﻿@charset "UTF-8";


/* ============================================
   FILE: main.css
   ============================================ */

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    /* border-style: solid;
    border-color: #e5e7eb */
}

html,
:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Inter Variable, sans-serif;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    line-height: inherit
}


body,
html {
    height: 100%;
    scroll-behavior: smooth;

}

.snap-wrapper {
    height: 100%;
    overflow-y: scroll;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.min-h-screen {
    scroll-snap-align: start;
}



.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.golden-text,
.golden-background {
    background-image: -o-linear-gradient(left,
            #462523 0,
            #cb9b51 22%,
            #f6e27a 45%,
            #f6f2c0 50%,
            #f6e27a 55%,
            #cb9b51 78%,
            #462523 100%);
    background-image: -webkit-gradient(linear,
            left top, right top,
            color-stop(0, #462523),
            color-stop(22%, #cb9b51),
            color-stop(45%, #f6e27a),
            color-stop(50%, #f6f2c0),
            color-stop(55%, #f6e27a),
            color-stop(78%, #cb9b51),
            to(#462523));
    background-image: linear-gradient(to right,
            #462523 0,
            #cb9b51 22%,
            #f6e27a 45%,
            #f6f2c0 50%,
            #f6e27a 55%,
            #cb9b51 78%,
            #462523 100%);
}

.btn-gold-1 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: -o-linear-gradient(top, #fea 0%, #dc8 49%, #a95 51%, #dc8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fea), color-stop(49%, #dc8), color-stop(51%, #a95), to(#dc8));
    background: linear-gradient(180deg, #fea 0%, #dc8 49%, #a95 51%, #dc8 100%);
    border-radius: 5px;
}

.bak-gold {
    background: -o-linear-gradient(top, #a95, #f2f2f2 25%, #ffffff 38%, #c5c5c5 63%, #f7f7f7 87%, #a95);
    background: -webkit-gradient(linear, left top, left bottom, from(#a95), color-stop(25%, #f2f2f2), color-stop(38%, #ffffff), color-stop(63%, #c5c5c5), color-stop(87%, #f7f7f7), to(#a95));
    background: linear-gradient(top, #a95, #f2f2f2 25%, #ffffff 38%, #c5c5c5 63%, #f7f7f7 87%, #a95);
    background: -webkit-linear-gradient(top, #a95, #fea 25%, #ffffff 38%, #dc8 63%, #fea 87%, #a95);
}

.bak-gold2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
}

.bak-gold3 {
    background: -o-linear-gradient(top, #fea 0%, #dc8 49%, #a95 51%, #dc8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fea), color-stop(49%, #dc8), color-stop(51%, #a95), to(#dc8));
    background: linear-gradient(180deg, #fea 0%, #dc8 49%, #a95 51%, #dc8 100%);

}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    font-family: "Century Gothic", sans-serif;
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    -webkit-font-feature-settings: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

:root {
    --color-bg: #2f2b2f
}

* {
    min-width: 0;
    min-height: 0
}

:root {
    background: var(--color-bg)
}

a {
    font-weight: 500
}

a:not(:hover, :focus-visible, [aria-current=page]) {
    color: color-mix(in srgb, currentColor 60%, transparent);
}

:root[data-js] body {
    overflow: initial;
}

:root[data-js][data-loading] body {
    overflow: hidden;
}




@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    height: 100%;
}

.button {
    background-color: #fff6;
    padding: 7px 17px;
    --tw-backdrop-blur: blur(4px);
    background-color: #cb915f;
    border-radius: 6px;
    display: -webkit-box;
    color: #fff;
    margin: 9px 0;
    font-weight: 700;
    text-transform: uppercase
}

.button:hover {
    background-color: #fff9
}

.button:active {
    background-color: #fffc
}

.button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.button:disabled {
    background-color: #fff3
}

.button:disabled:hover {
    background-color: #fff3
}

.button:disabled:active {
    background-color: #fff3
}

.button:disabled:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.button:disabled:disabled {
    background-color: #fff3
}

.button:disabled:disabled:hover {
    background-color: #fff3
}

.button:disabled:disabled:active {
    background-color: #fff3
}

*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-color: #000;
    --tw-shadow-colored: 0 0 #0000;
    /*--tw-blur: ;*/
    /*--tw-brightness: ;*/
    /*--tw-contrast: ;*/
    /*--tw-grayscale: ;*/
    /*--tw-hue-rotate: ;*/
    /*--tw-invert: ;*/
    /*--tw-saturate: ;*/
    /*--tw-sepia: ;*/
    /*--tw-drop-shadow: ;*/
    /*--tw-backdrop-blur: ;*/
    /*--tw-backdrop-brightness: ;*/
    /*--tw-backdrop-contrast: ;*/
    /*--tw-backdrop-grayscale: ;*/
    /*--tw-backdrop-hue-rotate: ;*/
    /*--tw-backdrop-invert: ;*/
    /*--tw-backdrop-opacity: ;*/
    /*--tw-backdrop-saturate: ;*/
    /*--tw-backdrop-sepia:*/
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    /*--tw-blur: ;*/
    /*--tw-brightness: ;*/
    /*--tw-contrast: ;*/
    /*--tw-grayscale: ;*/
    /*--tw-hue-rotate: ;*/
    /*--tw-invert: ;*/
    /*--tw-saturate: ;*/
    /*--tw-sepia: ;*/
    /*--tw-drop-shadow: ;*/
    /*--tw-backdrop-blur: ;*/
    /*--tw-backdrop-brightness: ;*/
    /*--tw-backdrop-contrast: ;*/
    /*--tw-backdrop-grayscale: ;*/
    /*--tw-backdrop-hue-rotate: ;*/
    /*--tw-backdrop-invert: ;*/
    /*--tw-backdrop-opacity: ;*/
    /*--tw-backdrop-saturate: ;*/
    /*--tw-backdrop-sepia:*/
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    /*--tw-blur: ;*/
    /*--tw-brightness: ;*/
    /*--tw-contrast: ;*/
    /*--tw-grayscale: ;*/
    /*--tw-hue-rotate: ;*/
    /*--tw-invert: ;*/
    /*--tw-saturate: ;*/
    /*--tw-sepia: ;*/
    /*--tw-drop-shadow: ;*/
    /*--tw-backdrop-blur: ;*/
    /*--tw-backdrop-brightness: ;*/
    /*--tw-backdrop-contrast: ;*/
    /*--tw-backdrop-grayscale: ;*/
    /*--tw-backdrop-hue-rotate: ;*/
    /*--tw-backdrop-invert: ;*/
    /*--tw-backdrop-opacity: ;*/
    /*--tw-backdrop-saturate: ;*/
    /*--tw-backdrop-sepia:*/
}

.container {
    width: 100%
}





.pointer-events-auto {
    pointer-events: auto
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bottom-7 {
    bottom: 1.75rem
}

.isolate {
    isolation: isolate
}

.-z-10 {
    z-index: -10
}

.-z-20 {
    z-index: -20
}

.z-50 {
    z-index: 50
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-2 {
    margin-top: .5rem
}

.block {
    display: block
}

.inline {
    display: inline
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid {
    display: -ms-grid;
    display: grid
}

.hidden {
    display: none
}

.h-0 {
    height: 0px
}

.h-0\.5 {
    height: .125rem;
}

.h-full {
    height: 100%
}

.min-h-screen {
    min-height: calc(100vh - 100px)
}

.\@container.min-h-screen.relative.overflow-clip {
    min-height: calc(100vh - 10px)
}

.w-\[17rem\] {
    width: 17rem;
}

.w-\[31rem\] {
    width: 31rem;
}

.w-fit {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

.w-full,
.w-100 {
    width: 100%
}

.w-75 {
    width: 75%
}

.w-50 {
    width: 50%
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.origin-left {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.translate-y-\[205\%\] {
    --tw-translate-y: 205%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[50\%\] {
    --tw-translate-y: 50%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.skew-y-6 {
    --tw-skew-y: 6deg;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.skew-y-\[1\.5deg\] {
    --tw-skew-y: 1.5deg;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.snap-x {
    -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
    scroll-snap-type: x var(--tw-scroll-snap-strictness)
}

.snap-mandatory {
    --tw-scroll-snap-strictness: mandatory
}

.snap-start {
    z-index: -1;
    scroll-snap-align: start
}

.auto-cols-\[70cqw\] {
    grid-auto-columns: 70cqw
}

.grid-flow-col {
    grid-auto-flow: column
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    justify-content: space-around;
}

.gap-5 {
    gap: 1.25rem
}

.gap-2 {
    gap: .25rem
}

.gap-8 {
    gap: 2rem
}

.gap-0_5 {
    gap: 0.125rem
}

.gap25px {
    gap: 25px;
}

.gap50px {
    gap: 50px;
}

.gap-\[inherit\] {
    gap: inherit
}

.overflow-clip {
    overflow: clip
}

.overflow-x-auto {
    overflow-x: auto
}

.scroll-smooth {
    scroll-behavior: smooth
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-full {
    border-radius: 9999px
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-white\/40 {
    background-color: #fff6
}

.bg-white\/60 {
    background-color: #ffffff69;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.px-10p {
    padding-left: 10%;
    padding-right: 10%;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.pb-7 {
    padding-bottom: 1.75rem
}

.pr-\[30cqw\] {
    padding-right: 30cqw
}

.align-middle {
    vertical-align: middle
}

.font-serif {
    font-family: Cardo, serif
}

.hero-h1-under {
    font-size: 3rem;
    line-height: 1
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500
}

.left50 {
    left: 50%;
}

.top50 {
    top: 50%;
}

.translate-center {
    transform: translate(-50%, -50%)
}

.uppercase {
    text-transform: uppercase
}

.tracking-widest {
    letter-spacing: .3em
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.\@container {
    container-type: inline-size
}




.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none
}

.logo {
    max-width: 200px;
    height: 139px;
    margin: 8px;
    -webkit-filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(-1px 0px 2px rgba(0, 0, 0, 0.1)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px -1px 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(-1px 0px 2px rgba(0, 0, 0, 0.1)) drop-shadow(-1px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px -1px 2px rgba(0, 0, 0, 0.1));
    /* text-shadow: -11px 13px 6px black; */
    /* box-shadow: 0px 1px 20px 7px black; */
}

#footer .logo {
    margin: 0 auto 60px;

}

.semantic-only {
    visibility: hidden;
    display: none
}

.animate-grow {
    -webkit-animation: grow linear both;
    animation: grow linear both
}

.animate-page {
    -webkit-animation: page linear both;
    animation: page linear both
}

.animate-progress {
    -webkit-animation: progress linear both;
    animation: progress linear both
}

@media screen and (max-width: 376px) {
    .animate-progress {
        -webkit-animation: progress-375 linear both;
        animation: progress-375 linear both
    }
}


header nav {
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0px 3px 4px #000
}



.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    /* This ensures items stretch to the same height */
}

.stretch {
    align-items: stretch
}

.gap-1_5 {
    gap: 1.499%
}

.gap-1 {
    gap: 1%
}

.gap-0_5 {
    gap: 0.5%
}

.vert-top {
    /* -webkit-box-align: start; */
    -ms-flex-align: start;
    /* align-items: flex-start; */
}

.col1-3 {
    width: 32%
}

.row1-3 {
    height: 25vh;
}

.row1-4 {
    height: 18vh
}

.slider-nav>nav {
    /* flex-direction: row; */
    gap: 2vh;
    /* margin-bottom: 20px; */
}

.slider-nav>nav>a {
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    padding: 2px 7%;
    width: 60vw;
    max-width: 260px;
    margin: 0 auto;
    color: white;
    height: 4.6vh;
    min-height: 58px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-wrap: break-word;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 1.3px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-clip-path: polygon(0% 85%, 0% 15%, 100% 15%, 100% 85%, 50% 100%, 0 85%);
    clip-path: polygon(0% 85%, 0% 15%, 100% 15%, 100% 85%, 50% 100%, 0 85%);
    hyphens: auto;
    font-family: 'Century Gothic';
}

.menu {
    width: fit-content;
    position: fixed;
    top: 9px;
    right: 7px;
    height: 32px;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

#menu.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

#menu .title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px
}

#menu ul {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 30px;
    align-items: center;
    text-align: center;
}

#menu.open ul {
    animation: menuSlideIn 0.5s ease forwards;
}

@keyframes menuSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

#menu ul li {
    margin-bottom: 0;
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-align: center;
    min-width: 120px;
    white-space: nowrap;
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translate(100%)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

#menu ul li a {
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    padding: 15px 25px;
    border-radius: 8px;
    display: block;
}

#menu ul li a:hover {
    color: #c18e61;
    background-color: rgba(193, 142, 97, 0.1);
    transform: translateY(-2px);
}

#menu-close {
    position: absolute;
    top: 8px;
    right: 17px;
    width: 30px;
    height: 30px;
    opacity: 0.8;
    cursor: pointer
}

#menu-close:before,
#menu-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

#menu-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#menu-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#menu-close:hover:before,
#menu-close:hover:after {
    background-color: #ccc
}



@supports (timeline-scope: none) {
    .supports-sda\:pointer-events-none {
        pointer-events: none
    }

    .supports-sda\:block {
        display: block
    }

    .supports-sda\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .supports-sda\:hidden {
        display: none
    }
}


/* Slider styles */

.slide-desc-norm {
    padding: 0;
    gap: 1vh;
    /* max-height: calc(69vh); */
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 70vw;
    margin: auto;
    padding-bottom: 10vh;
}

.slide-desc-norm .overlap.animated-text-top {
    height: 15vh;
}

.slider-nav {
    margin: 0px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}





h1 {
    font-size: 26px;
    line-height: 1.2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500 !important;
}

#hero h1 {
    width: 80vw;
    height: 14vh;
    display: block;
    white-space: nowrap;
}

/* Container styles */
.container {
    max-width: 100%;
    margin: 0 auto;
    background-position: center;
    /* padding: 20px; */
}

/* Section styles */
section {
    padding: 20px 0;
}

h2 {
    font-size: 62px;
    margin-bottom: 20px;
    text-align: center;
}

h3 {
    font-size: 1.5em;
    margin: 0px 0 10px;
    line-height: 1.3;
}

p {
    font-size: 1em;
    margin-bottom: 1em;
}

/* Address styles */
address {
    margin-bottom: 15px;
    font-style: normal;
}

/* Footer styles */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 60px 0 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 20px;
}

footer.site-footer {
    display: block;
    text-align: left;
    padding: 3rem 0;
    background-color: #1a1a1a;
}

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

footer.site-footer .footer-links li {
    margin-bottom: 0.75rem;
}

footer.site-footer .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

footer.site-footer .footer-links a:hover {
    color: #d5b685;
}

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

footer.site-footer .footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

footer.site-footer .footer-contact i {
    color: #d5b685;
    margin-top: 0.2rem;
    margin-right: 0.75rem;
    min-width: 20px;
}

footer.site-footer .text-muted {
    color: rgba(255, 255, 255, 0.65) !important;
}

footer.site-footer h4,
footer.site-footer .h5 {
    color: #d5b685;
    font-weight: 600;
    letter-spacing: 0.5px;
}

footer ul {
    list-style-type: none;
    margin-bottom: 10px;
    padding: 0;
}

footer ul li {
    display: inline;
    margin: 0 10px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    display: inline;
    width: auto;
}

.social-icons,
.social-links {
    margin-bottom: 10px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

footer.site-footer .social-links {
    justify-content: flex-start;
}

footer.site-footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--gold, #d5b685) !important;
    background: rgba(213, 182, 133, 0.1);
    border: 1px solid rgba(213, 182, 133, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}

footer.site-footer .social-links a:hover {
    background: rgba(213, 182, 133, 0.2);
    border-color: rgba(213, 182, 133, 0.5);
    transform: translateY(-2px);
}

footer .social-icons a {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    color: var(--gold, #ba934e) !important;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: #d4af37;
    /* background: rgba(212, 175, 55, 0.2); */
    /* border-color: rgba(212, 175, 55, 0.5); */
    transform: translateY(-3px);
    /* box-shadow: 0 4px 12px rgba(186, 147, 78, 0.3); */
}

.social-icons svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.social-icons a:hover svg {
    transform: scale(1.15) rotate(5deg);
}

/* Certificates Page Styles */
.certificates-hero {
    position: relative;
    isolation: isolate;
    padding: 120px 0 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: linear-gradient(135deg, rgba(12, 26, 29, 0.92) 0%, rgba(20, 35, 40, 0.88) 50%, rgba(12, 26, 29, 0.92) 100%),
        url('./images/ai/marble_7_cu.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.certificates-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(213, 182, 133, 0.15), transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(213, 182, 133, 0.1), transparent 55%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.certificates-hero .container {
    position: relative;
    z-index: 2;
}

.certificates-content .row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.certificates-content .row>div {
    flex: 1 1 calc(33.333% - 1.5rem);
    min-width: 300px;
}

@media (max-width: 992px) {
    .certificates-content .row>div {
        flex: 1 1 calc(50% - 1rem);
    }
}

@media (max-width: 640px) {
    .certificates-content .row>div {
        flex: 1 1 100%;
    }
}

.certificate-card {
    background: rgba(20, 35, 40, 0.6);
    border: 1px solid rgba(213, 182, 133, 0.2);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.certificate-card:hover {
    transform: translateY(-5px);
    border-color: rgba(213, 182, 133, 0.4);
    background: rgba(20, 35, 40, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.certificate-icon {
    color: var(--gold, #d5b685);
    margin-bottom: 1.5rem;
}

.certificate-title {
    color: var(--gold, #d5b685);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.certificate-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.certificate-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, rgba(213, 182, 133, 0.1), rgba(213, 182, 133, 0.05));
    border: 1px solid rgba(213, 182, 133, 0.3);
    border-radius: 6px;
    color: var(--gold, #d5b685);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
}

.certificate-download-btn:hover {
    background: rgba(213, 182, 133, 0.2);
    border-color: rgba(213, 182, 133, 0.5);
    transform: translateY(-2px);
}

/* Mobile Footer Fixes */
@media (max-width: 768px) {
    .site-header__mobile-lang {
        position: absolute;
        top: -6vh;
    }

    footer,
    .footer_wrapper {
        min-height: auto;
        padding: 40px 20px;
        gap: 16px;
    }

    footer.site-footer {
        padding: 2.5rem 1rem 1.5rem;
        min-height: auto;
        background-color: #1a1a1a;
    }

    footer.site-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer.site-footer .row {
        gap: 0;
        margin: 0;
    }

    footer.site-footer .col-lg-3,
    footer.site-footer .col-md-6 {
        margin-bottom: 2rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    footer.site-footer h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    footer.site-footer .small,
    footer.site-footer p.small {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    footer.site-footer .footer-links li,
    footer.site-footer .footer-contact li {
        margin-bottom: 0.75rem;
    }

    footer.site-footer .social-links {
        display: flex;
        gap: 1rem;
        margin-top: 1rem;
        justify-content: center;
    }

    footer.site-footer .social-links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
    }

    footer.site-footer .col-lg-3:first-child {
        text-align: center;
    }

    footer.site-footer .col-lg-3:first-child h4,
    footer.site-footer .col-lg-3:first-child p {
        text-align: center;
    }

    footer.site-footer hr {
        margin: 2rem 0 1.5rem;
        opacity: 0.3;
    }

    footer.site-footer .newsletter-form .input-group {
        margin-bottom: 0;
    }

    footer.site-footer .newsletter-form input {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }

    footer.site-footer .newsletter-form button {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    footer#footer .logo {
        max-width: 100px;
        height: auto;
        margin: 40px auto;
    }

    .social-icons {
        gap: 20px;
        margin: 20px 0;
    }

    footer .social-icons a {
        width: 48px;
        height: 48px;
    }

    .social-icons svg {
        width: 28px;
        height: 28px;
    }

    footer ul {
        padding: 0;
        margin: 16px 0;
    }

    footer ul li {
        display: block;
        margin: 12px 0;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .callback-container {
        margin: 24px auto 4rem;
        width: 100%;
        max-width: 300px;
        height: 13vh;
    }

    .callback-button {
        width: 100%;
        padding: 14px 24px;
    }
}

/* Extra small devices - Footer */
@media (max-width: 480px) {
    footer.site-footer {
        padding: 2rem 0.5rem 1rem;
    }

    footer.site-footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer.site-footer .col-lg-3,
    footer.site-footer .col-md-6 {
        margin-bottom: 2rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    footer.site-footer h4 {
        font-size: 1.05rem;
        margin-bottom: 1rem;
    }

    footer.site-footer .footer-contact li {
        font-size: 0.875rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }

    footer.site-footer .footer-contact i {
        font-size: 1rem;
        min-width: 20px;
    }

    footer.site-footer .social-links a {
        width: 42px;
        height: 42px;
        font-size: 1.15rem;
    }

    footer.site-footer .newsletter-form .input-group {
        flex-direction: column;
    }

    footer.site-footer .newsletter-form input,
    footer.site-footer .newsletter-form button {
        width: 100%;
        border-radius: 4px !important;
    }

    footer.site-footer .newsletter-form button {
        margin-top: 0.5rem;
    }

    footer.site-footer hr {
        margin: 2rem 0 1rem;
    }

    footer.site-footer .row.align-items-center .col-md-6 {
        text-align: center !important;
    }
}

section>header {
    padding: 5px 5px 5px;
}

.card img {
    max-width: 50%;
    width: 50%;
    max-height: 25vh;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 70px 0 70px;
    /* float: left; */
    position: relative;
    margin: 0;
}

.card:nth-child(odd) img {
    border-radius: 70px;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* Styling for odd .card img elements */
.card:nth-child(even) img {
    border-radius: 70px;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


.card img::after {
    content: ' ';
    position: relative;
    width: 200px;
    border: 1px solid gold;
    height: 100px;
    z-index: 2px;
    left: 10px;
}

.slider-nav>nav>a,

.outline_black {
    text-shadow: -1px -1px 0.2em rgba(0, 0, 0, 0.2),
        -1px 0px 0.2em rgba(0, 0, 0, 0.2),
        -1px 1px 0.2em rgba(0, 0, 0, 0.2),
        0px 0px 0.3em rgba(0, 0, 0, 0.2),
        0px 1px 0.2em rgba(0, 0, 0, 0.2),
        0px -1px 0.2em rgba(0, 0, 0, 0.2),
        1px 0px 0.2em rgba(0, 0, 0, 0.2),
        1px 1px 0.2em rgba(0, 0, 0, 0.2),
        1px -1px 0.2em rgba(0, 0, 0, 0.2);
}

.slide-desc-norm p,
.outline_black.dark {
    text-shadow: -1px -1px 0.2em rgba(0, 0, 0, 0.75),
        -1px 0px 0.2em rgba(0, 0, 0, 0.75),
        -1px 1px 0.2em rgba(0, 0, 0, 0.75),
        0px 0px 0.3em rgba(0, 0, 0, 0.75),
        0px 1px 0.2em rgba(0, 0, 0, 0.75),
        0px -1px 0.2em rgba(0, 0, 0, 0.75),
        1px 0px 0.2em rgba(0, 0, 0, 0.75),
        1px 1px 0.2em rgba(0, 0, 0, 0.75),
        1px -1px 0.2em rgba(0, 0, 0, 0.75);
}

.dark-pad {
    position: relative;
    DISPLAY: flow;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    mix-blend-mode: difference;
}

.dark-pad::after {
    /* border: 1px solid yellow; */
    content: '';
    background: #0000008f;
    position: absolute;
    max-width: 99%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    top: -1px;
    z-index: -1;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    left: -2px;
}

.bottom-text.caption-part {
    font-size: 1em;
    /* height: 20vh; */
}

.bottom-text.caption-part .overflow-clip {
    font-size: 1.3rem
}

body section {
    padding-left: 10px;
    padding-right: 10px;
}

.hero-desc {
    text-align: center;
}

.hero-h1 {
    width: 100%;
    font-size: 1.8em;
    margin: 14px auto;
    /* min-width: fit-content; */
}

.footer_wrapper {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

h2.btn-gold-3 {
    color: #000
}

.card {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.card .description {
    width: 46%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card>.description p,
p.description {
    font-size: 12px;
    line-height: 1.66;
}

#features .card {
    background: #000000c7;
    padding: 10px 10px 10px 10px;
    border-radius: 12px;
}

#hero1,
#hero2,
#hero3 {
    /* margin-top: 200px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.col1-3.card.row1-3 {
    width: 100%;
}

#presentation {
    background-image: url("../../images/bgr/rm23.webp");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

section#dashboard {
    background-image: url(/images/bgr/rm10.jpeg);
    background-size: 170%;
    background-position: left 3%;
    background-attachment: fixed;
}

section#features {
    background-image: url(/images/heroslide/h1.webp);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}


section#contacts {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%),
        url(/images/ai/marble_5/marble_5_cu.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-size: 14px;
    /* max-width: 800px; */
    padding: 4rem 1rem 1rem;
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

.extrabig {
    font-size: 3.1em
}

.line-0 {
    line-height: 0;
}

.line-1 {
    line-height: 1;
}

.condensed_style {
    letter-spacing: -0.1em;
    font-family: 'Roboto', 'Roboto', Arial, sans-serif;
}

.rotate270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) rotate(270deg);
    transform-origin: center;
}

#product h1 {
    font-size: 3em;
    line-height: 1;
    text-align: left;
    margin: 0 auto 0em;
    width: 100%;
    max-width: 64vw;
    word-wrap: break-word;
}

#product .short-description {
    width: 63%;
    margin: 0.5em auto 7vh;
}



@keyframes parallax-effect {
    to {
        transform: translateY(100px)
    }
}

.parallax {
    animation: parallax-effect linear both;
    animation-timeline: scroll(block root);
    animation-range: 0px 200px;
}

#product-list img.product-main-image {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

section,
.hero-background {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;

}

.golden-background-plain {
    background-image: linear-gradient(to bottom, #c18e61, #c49366, #cb9f76, #d7b590, #e7d4b4, #f9f3db);
}

.clip-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: unset !important;
}

.social-icons svg {
    background-image: linear-gradient(to bottom, #c18e61, #c49366, #cb9f76, #d7b590, #e7d4b4, #f9f3db);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: unset;
}

.golden-text-bgr {
    background-image: linear-gradient(to bottom, #c18e61, #c49366, #cb9f76, #d7b590, #e7d4b4, #f9f3db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: unset;
}

.filter-outline-black {
    filter: drop-shadow(1px 1px 1.5px #00000077) drop-shadow(-1px -1px 1.5px #00000077) drop-shadow(1px -1px 1.5px #00000077) drop-shadow(-1px 1px 1.5px #00000077);
}

.glow-effect {
    box-shadow: 0 0 10px 2px rgba(255, 215, 0, 0.8);
}

.form-group {
    margin-bottom: 5px;
}

label {
    display: none;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: black;
    color: lightgoldenrodyellow;
}

textarea {
    height: 100px;
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    appearance: button;
    background-color: #000000;
    background-image: none;
    border: 1px solid lightgoldenrodyellow;
    text-transform: uppercase;
}

button:hover {
    background: #555;
}

#status-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.success {
    background: #d4edda;
    color: #155724;
}

.error {
    background: #f8d7da;
    color: #721c24;
}

/* Image Optimization and Lazy Loading */
img.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background: #f0f0f0;
}

img.lazy-loaded {
    opacity: 1;
}

/* Image placeholder while loading */
img[src*="data:image/svg+xml"] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* WebP support enhancement */
picture {
    display: block;
    line-height: 0;
}

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

/* Responsive image utilities */
.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-contain {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* Image aspect ratios */
.aspect-ratio-16-9 {
    aspect-ratio: 16/9;
    overflow: hidden;
}

.aspect-ratio-4-3 {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.aspect-ratio-1-1 {
    aspect-ratio: 1/1;
    overflow: hidden;
}

/* Gallery image optimizations */
.gallery-item img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Hero image optimizations */
.hero-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    /* height: 100vh; */
    max-height: 800px;
}


.mobile-user-actions {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-user-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 0;
    transition: color 0.3s ease;
}

.mobile-user-link:hover {
    color: #f6e27a;
    text-decoration: none;
}

@media (max-width: 768px) {
    .hero-image {
        height: 60vh;
        max-height: 400px;
    }

    .site-header .top-bar {
        padding: 8px 0;
    }

    .site-header .main-header {
        padding: 10px 0;
    }

    .site-header .logo img {
        max-height: 45px;
    }

    .site-header .search-form {
        margin-top: 15px;
        order: 3;
    }

    .site-header .header-actions {
        margin-top: 0;
    }

    /* Ð¡ÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½ÑƒÑŽ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸ÑŽ Ð½Ð° Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… */
    .navbar-collapse {
        display: none !important;
    }

    .navbar-toggler {
        display: none !important;
    }

    body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}


/* Tablet Portrait */
@media (max-width: 991.98px) and (min-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .site-header .main-header .row {
        align-items: center;
    }

    .site-header .search-form {
        margin-top: 10px;
    }
}

/* Mobile Landscape */
@media (max-width: 767.98px) and (min-width: 576px) {
    .hero-image {
        height: 50vh;
        max-height: 350px;
    }

    .container {
        padding: 0 15px;
    }

    /* Product grid improvements */
    .product-grid .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}

/* Mobile Portrait */
@media (max-width: 575.98px) {
    .container {
        padding: 0 10px;
    }

    /* Typography adjustments */
    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.1rem;
    }

    /* Button improvements */
    .btn {
        padding: 12px 20px;
        font-size: 14px;
        min-height: 44px;
    }

    /* Form improvements */
    .form-control {
        font-size: 16px;
        /* Prevents zoom on iOS */
        padding: 12px 15px;
        min-height: 44px;
    }

    /* Product grid - single column */
    .product-grid .col-md-4,
    .product-grid .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    /* Card improvements */
    .card {
        margin-bottom: 15px;
    }

    .card-body {
        padding: 15px;
    }

    /* Footer improvements */
    .footer-content {
        text-align: center;
    }

    .footer-content .col-md-3 {
        margin-bottom: 30px;
    }

    .inner-menu-wrap {
        flex-direction: column;
        row-gap: 1rem;
    }

    .slider-nav-scroll>nav>a.inner-menu {
        padding: 1.175rem;
        width: 190px;
        height: 40px;
        font-size: 0.6rem;
        text-transform: uppercase;

    }
}

/* Extra Small Devices */
@media (max-width: 375px) {
    .site-header .logo img {
        max-height: 35px;
    }

    .hero-image {
        height: 45vh;
        max-height: 300px;
    }

    .container {
        padding: 0 8px;
    }

    /* Smaller padding for very small screens */
    .card-body {
        padding: 10px;
    }

    .btn {
        padding: 10px 15px;
        font-size: 13px;
    }
}

/* Products page responsive improvements */
.products-hero-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    min-height: 400px;
}

@media (max-width: 768px) {
    .products-hero-banner {
        padding: 60px 0;
        min-height: 300px;
    }
}

@media (max-width: 575.98px) {
    .products-hero-banner {
        padding: 40px 0;
        min-height: 250px;
    }
}

/* Filters responsive */
.filters-section {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .filters-section .row>div {
        margin-bottom: 15px;
    }

    .filter-toggle {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* Product cards responsive */
.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

@media (max-width: 768px) {
    .product-card img {
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .product-card img {
        height: 180px;
    }

    .product-card .card-body {
        padding: 15px;
    }

    .product-card .card-title {
        font-size: 1.1rem;
    }
}

/* Pagination responsive */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 575.98px) {
    .pagination .page-link {
        padding: 8px 12px;
        font-size: 14px;
    }
}

/* Category navigation responsive */
.category-nav {
    margin-bottom: 30px;
}

.category-nav .nav-pills .nav-link {
    margin-bottom: 10px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .category-nav .nav-pills {
        flex-wrap: wrap;
        justify-content: center;
    }

    .category-nav .nav-pills .nav-link {
        margin: 5px;
        padding: 8px 16px;
        font-size: 14px;
    }
}

/* Touch device enhancements */
.touch-device .btn:hover {
    transform: none;
    /* Disable hover effects on touch devices */
}

.touch-device .card:hover {
    transform: none;
}

/* Focus improvements for accessibility */
.btn:focus,
.form-control:focus,
.nav-link:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn:focus-visible {
    outline: none;
}

/* Loading states */
.btn.loading {
    position: relative;
    color: transparent;
}

.btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Improved contrast for better accessibility */
@media (prefers-contrast: high) {
    .text-muted {
        color: #333 !important;
    }

    .bg-light {
        background-color: #fff !important;
        border: 1px solid #333;
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {

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

}

/* ============================================
   FILE: desktop.css
   ============================================ */


body section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

#contact-form {
    width: 100%;
    max-width: 660px;
}

.hero-h1 {
    justify-content: center;
    width: 300px;
}

#product-list img.product-main-image {
    height: 40vh
}


.card:nth-child(1) img {
    border-radius: 0 70px 0 70px;
}

.card:nth-child(2) img {
    border-radius: 70px 70px 0 0;
}

.card:nth-child(3) img {
    border-radius: 70px 0 70px 0;
}


section#dashboard {
    background-size: cover;
}

@media (min-width: 1024px) {
    .container {
        max-width: 906px;
    }

    #features .card,
    .col1-3.card.row1-3 {
        width: 32%;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }

    .card img {
        max-width: 100%;
        width: 100%;
        max-height: 40vh;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 0 70px 0 70px;
        /* float: left; */
        position: relative;
        margin: 0;
    }

    .card .description {
        width: 100%;
        flex-grow: 1;
        /* Allow description to fill remaining space */
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 1em auto 1em;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 950px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:hidden {
        display: none
    }

    .max-lg\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}


.slider-nav>nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.slider-nav>nav>a {
    font-size: 1.2em;

    overflow: hidden;
    padding: 8px 34px;
    text-transform: uppercase;
    width: 100%;
    height: 100px;
    line-height: 1.4;
    word-wrap: break-word;
}



.animate-progress {
    -webkit-animation: progress640 linear both;
    animation: progress640 linear both;
    left: 20px;
}

.slider-progress {
    width: 320px;
    border-radius: 0;
}

.overlap .animate-text {
    /* font-style: italic; */
    font-size: 17px;
    text-shadow: -1px 1px 1px black;
    /* box-shadow: -20px 17px black; */
}


h1 {
    font-size: 40px;
    font-weight: 500 !important;
    /* width: 60%; */
}

#product h1.main-title,
.main-title {
    font-size: 97px;
    line-height: 102px;
    letter-spacing: -3.9px;
    margin-bottom: 0;
}

h3 {
    font-size: 30px;
}

.slider-nav {
    margin: 0px auto 5vh;
}

.slide-desc-norm {
    padding: 0px 25px 0;
    gap: 10px;
    text-align: center;
}

.bottom-text {
    font-size: 1.4em;
}

.bottom-text .animate-text {
    font-size: 27px;
}


#menu ul {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body {
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
}

/* General mobile adjustments */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Container adjustments */
.container {
    max-width: 100%;
    padding: 0 16px;
}

/* Typography adjustments */
h1 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0.6rem;
}

h4 {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

/* Button adjustments */
.btn,
button,
input[type="submit"] {
    min-height: 44px;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
    margin: 5px 0;
    touch-action: manipulation;
    /* Prevents double-tap zoom */
}

.btn-group .btn,
.btn-toolbar .btn {
    display: inline-block;
    width: auto;
    margin: 2px;
}

/* Touch-friendly navigation */
.nav-link {
    min-height: 44px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
}

section {
    padding: 8px 16px;
}

.fs-72 {
    font-size: 72px;
}


footer#footer {
    display: flex;
    height: unset !important;
    flex-direction: column;
    justify-content: center;
    row-gap: 1em;
}

.card>.description p,
p.description {
    font-size: 11px;
    line-height: 1.56;
}

.card .description {
    justify-content: flex-start;
    padding: 2px 0 2px 12px;
    order: 1;
    width: 50%;
}

.hero-h1 {
    width: 100%;
    font-size: 1.4em;
}

#main-header.scrolled #logotext {
    transform: translate(-46%, -40%);
    font-size: 1.56em;
}

#main-header.scrolled #logoboxes {
    opacity: 0.44;
    width: 15%;
    height: 50px;
    transform: translate(0%, 0%);
    animation: 4s;
    transition: all 0.7s ease;
    top: 1.7%;
    left: 2.5%;
}


.flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.mob-off {
    display: none
}

body>header {
    height: 100px;
    /* padding: 5px; */
}

.logo {
    max-width: 60vw;
    height: 23vh;
    margin-left: 30px;
    -webkit-animation: logo linear both;
    animation: logo linear both;
}

.col1-3 {
    width: calc(100% - 10px);
    margin: 5px;
}

.col1-3.card {
    margin: 0.25em 0;
}

#menu ul {
    /* padding: 0; */
    /* margin: 0; */
    /* position: fixed; */
    /* top: 70px; */
    /* left: calc(50%); */
    /* transform: translate(-50%); */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
}

.hamburger span.text-shadow {
    display: none
}

.grey_mockup {
    position: relative;
}

.grey_mockup:before {
    height: 100%;
    background: #0d0d0e;
    width: 100%;
    position: absolute;
    margin: auto;
    content: '';
    z-index: -1;
}

.flex-row-mobile {
    -webkit-box-orient: initial;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.card picture {
    width: 100%;
    min-width: 50%;
    display: inline-block;
}

a.product.product-thumb {
    width: 50%;
}

#product-list a:nth-of-type(even) .card {
    flex-direction: row-reverse;
}

.description p {
    font-size: 15px;
    line-height: 1.44
}

.w-50 {
    width: inherit;
}

#product-list img.product-main-image {
    max-width: 100%;
    width: 100%;
    height: 20vh;
    object-fit: cover;
    border-radius: 50px;
}


/* Luxury Products Page Styling */

/* Hero Banner */
.products-hero-banner {
    position: relative;
    height: 50vh;
    background-image: url('/images/dark-brown-marble-slab-1.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.text-left {
    text-align: left;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.products-hero-banner .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}

.products-hero-banner h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Century Gothic", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.elegant-subheading {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: "Century Gothic", sans-serif;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Container Styles */
.luxury-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

/* Category Selector */
.category-selector {
    margin-bottom: 50px;
    text-align: center;
}

.category-title {
    margin-bottom: 25px;
}

.category-title span {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.category-title span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-image: linear-gradient(to right, #c18e61, #f9f3db, #c18e61);
}

.category-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.category-btn {
    color: #fff;
    background-color: #1a1a1a;
    border: 1px solid #c18e61;
    padding: 12px 25px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.category-btn:hover {
    background-color: #222;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(193, 142, 97, 0.3);
}

.category-btn.active {
    background-color: #c18e61;
    color: #000;
    font-weight: 700;
}

.category-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.category-btn:hover:before {
    left: 100%;
}

/* Products Grid */
.luxury-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}

/* Product Card */
.luxury-product-card {
    background-color: #0a0a0a;
    border: 1px solid rgba(193, 142, 97, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.luxury-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(193, 142, 97, 0.2);
    border-color: rgba(193, 142, 97, 0.7);
}

.product-img-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.product-frame {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(193, 142, 97, 0.5);
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease;
}

.luxury-product-card:hover .product-frame {
    border-color: rgba(193, 142, 97, 0.8);
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.luxury-product-card:hover .product-img-wrapper img {
    transform: scale(1.1);
}

.luxury-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.luxury-product-card:hover .luxury-overlay {
    opacity: 1;
}

.view-details {
    color: #fff;
    background-color: rgba(193, 142, 97, 0.8);
    padding: 10px 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.luxury-product-card:hover .view-details {
    transform: translateY(0);
}

.loading-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.product-img-wrapper.loading .loading-indicator {
    display: flex;
}

.product-img-wrapper:not(.loading) .loading-indicator {
    display: none;
}

.text-gold {
    color: #c18e61;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.75s linear infinite;
}

.no-image-placeholder {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(193, 142, 97, 0.5);
    font-style: italic;
}

/* Product Info */
.product-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #0a0a0a;
}

.product-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

.product-sku,
.product-category {
    margin-bottom: 5px;
}

.product-category {
    text-transform: capitalize;
}

/* No Products Message */
.no-products-message {
    text-align: center;
    padding: 80px 40px;
    background: linear-gradient(135deg, rgba(15, 30, 32, 0.95) 0%, rgba(6, 18, 21, 0.98) 100%);
    border: 2px solid rgba(193, 142, 97, 0.25);
    border-radius: 16px;
    margin: 60px auto;
    max-width: 700px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(193, 142, 97, 0.1);
    position: relative;
    overflow: hidden;
}

.no-products-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(193, 142, 97, 0.5) 50%,
            transparent 100%);
}

.no-products-message svg {
    margin-bottom: 30px;
    opacity: 0.25;
    filter: drop-shadow(0 4px 12px rgba(193, 142, 97, 0.2));
    color: #c18e61;
}

.no-products-message p {
    margin-bottom: 32px;
    color: rgba(246, 241, 234, 0.9);
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.no-products-message .btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #c18e61 0%, #a67c52 100%);
    border: 1px solid rgba(193, 142, 97, 0.4);
    color: #16120f;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(193, 142, 97, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    margin-top: 20px;
}

.no-products-message .btn-primary:hover {
    background: linear-gradient(135deg, #d5b685 0%, #c18e61 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(193, 142, 97, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(213, 182, 133, 0.6);
}

.no-products-message .btn-primary:active {
    transform: translateY(0);
}

.return-btn {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #c18e61;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.return-btn:hover {
    background-color: rgba(193, 142, 97, 0.2);
    transform: translateY(-3px);
}






.hero-section {
    padding: 60px 16px 40px;
    text-align: center;
}

.hero-content {
    max-width: 100%;
}

/* Cards and Grid Layouts */
.cards-grid,
.grid,
.flex-grid {
    display: block;
}

.card {
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 12px;
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


/* Table Responsiveness */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    font-size: 12px;
    white-space: nowrap;
}

/* Image Optimization */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/* Spacing Adjustments */
.mt-lg {
    margin-top: 20px;
}

.mb-lg {
    margin-bottom: 20px;
}

.py-lg {
    padding: 20px 0;
}

.px-lg {
    padding: 0 16px;
}

/* Gallery Mobile Improvements */
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 16px;
}

.gallery-item {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
}

/* Services/Products Mobile Layout */
.services-grid,
.products-grid {
    display: block;
}

.service-item,
.product-item {
    margin-bottom: 20px;
    padding: 16px;
    background: #f9f9f9;
    border-radius: 12px;
    text-align: center;
}

/* Mobile-specific utilities */
.mobile-hidden {
    display: none !important;
}

.mobile-visible {
    display: block !important;
}

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

.mobile-text-left {
    text-align: left;
}

/* Touch-friendly interactions */
.touch-target {
    min-height: 44px;
    min-width: 44px;
    padding: 12px;
}

/* Loading states for mobile */
@media (max-width: 767px) {
    .loading {
        font-size: 14px;
    }

    .spinner {
        width: 30px;
        height: 30px;
    }
}

/* ============================================
   FILE: index-slider-hero.css
   ============================================ */

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before,
:after {
    --tw-content: ""
}

html,
:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Inter Variable, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

img,
video {
    max-width: 100%;
    height: auto;

}

#video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[hidden] {
    display: none
}

:root {
    --color-bg: #2f2b2f
}

* {
    min-width: 0;
    min-height: 0
}

:root {
    background: var(--color-bg)
}

a {
    font-weight: 500
}

a:not(:hover, :focus-visible, [aria-current=page]) {
    color: color-mix(in srgb, currentColor 60%, transparent)
}

:root[data-js][data-loading] body:before,
:root[data-js][data-loading] body:after {
    content: "";
    position: absolute;
    z-index: 30
}

:root[data-js][data-loading] body:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg)
}

:root[data-js][data-loading] body:after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    opacity: .4;
    background: currentColor;
    animation: loaderAnim .7s linear infinite alternate forwards
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(.5, .5, 1)
    }
}

body {
    background-color: #253333;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 16px
}

.button {
    background-color: #fff6;
    padding: .75rem 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    --tw-backdrop-blur: blur(4px);
    /*-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);*/
    /*backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);*/
    background-color: #cb915f;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.button:hover {
    background-color: #fff9
}

.button:active {
    background-color: #fffc
}

.button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.button:disabled {
    background-color: #fff3
}

.button:disabled:hover {
    background-color: #fff3
}

.button:disabled:active {
    background-color: #fff3
}

.button:disabled:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.button:disabled:disabled {
    background-color: #fff3
}

.button:disabled:disabled:hover {
    background-color: #fff3
}

.button:disabled:disabled:active {
    background-color: #fff3
}

*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
}

.container {
    width: 100%
}


.slider-nav-scroll-line {
    width: 100%;
    margin-top: 40px;
    background-color: #ffffff38 !important;
    border-top: 1px solid white;
}

.slider-nav-scroll-line>div {
    height: 5px;
}

.slider-nav-scroll {
    max-width: 42vw;
}




@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1004px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1220px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1466px;
    }
}

.pointer-events-auto {
    pointer-events: auto
}



.relative {
    position: relative
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bottom-7 {
    bottom: 1.75rem
}

.isolate {
    isolation: isolate
}

.-z-10 {
    z-index: -10
}

.-z-20 {
    z-index: -20
}

.z-50 {
    z-index: 50
}

.mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}


.mt-2 {
    margin-top: .5rem
}

.block {
    display: block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.grid {
    display: grid
}


.h-0 {
    height: 0px
}

.h-0\.5 {
    height: .125rem
}

.h-full {
    height: 100%
}


.w-\[17rem\] {
    width: 17rem
}

.w-\[31rem\] {
    width: 31rem
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.flex-1 {
    flex: 1 1 0%
}

.origin-left {
    transform-origin: left
}

.translate-y-\[205\%\] {
    --tw-translate-y: 205%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-\[50\%\] {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.skew-y-6 {
    --tw-skew-y: 6deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.skew-y-\[1\.5deg\] {
    --tw-skew-y: 1.5deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness)
}

.snap-mandatory {
    --tw-scroll-snap-strictness: mandatory
}

.snap-start {
    scroll-snap-align: start
}

.auto-cols-\[70cqw\] {
    grid-auto-columns: 70cqw
}

.grid-flow-col {
    grid-auto-flow: column
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.items-end {
    align-items: flex-end
}

.justify-between {
    justify-content: space-between
}



.overflow-clip {
    overflow: clip
}

.overflow-x-auto {
    overflow-x: auto
}

.scroll-smooth {
    scroll-behavior: smooth
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-full {
    border-radius: 9999px
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-white\/40 {
    background-color: #fff6
}

.bg-white\/60 {
    background-color: #ffffff38;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}


.hero-h1-under {
    font-size: 1.5rem;
}

.pr-\[30cqw\] {
    padding-right: 30cqw
}

.align-middle {
    vertical-align: middle
}

.font-serif {
    font-family: Cardo, serif
}



.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.uppercase {
    text-transform: uppercase
}

.tracking-widest {
    letter-spacing: .3em
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.\@container {
    container-type: inline-size
}

.overlap {
    display: grid;
    grid-template-areas: "overlap"
}

.overlap>* {
    grid-area: overlap
}

.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none
}

.logo {
    max-width: 200px;
    height: auto;
    margin: auto
}

.semantic-only {
    visibility: hidden;
    display: none
}

.inner-menu-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.inner-menu {
    padding: .375rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.animate-grow {
    animation: grow linear both
}

.animate-page {
    animation: page cubic-bezier(1, 0.13, 0.6, 1) both;
}

.animate-progress {
    animation: progress linear both
}

.animate-text {
    animation: text linear both
}

header nav {
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0px 3px 4px #000
}

.hero-h1 {
    margin: 0 0 12px -8px;
    display: block;
    width: 100%;
}

.hero-h1-under {
    padding: 0;
    font-size: 2em !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gap-1_5 {
    gap: 1.499%
}

.vert-top {
    align-items: flex-start
}

.col1-3 {
    width: 32%
}

.slider-nav-scroll>nav>a {
    font-size: 18px;
    color: #fff;
    text-shadow: 0 2px 2px #000;
    border: 1px solid #ffffff24;
    background: #f6f2c5ab;
    height: 100px;
    overflow: hidden;
    text-align: center;
    width: 150px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animate-text-up {
    animation: text-up linear both
}

@keyframes grow {
    0% {
        clip-path: inset(0 25% round 35cqmin);
        transform: translate(70%) scale(.15)
    }

    58.75% {
        clip-path: inset(0 round 0);
        transform: none
    }

    to {
        transform: scale(1.5) translate(-20%);
    }
}

@keyframes page {

    0%,
    to {
        opacity: 0.7;
        color: #fff;
    }

    58% {
        opacity: 1;
        transform: scale3d(1.5, 1.5, 1.5);
        color: #fff;
    }
}

@keyframes progress {
    0% {
        transform: scaleX(calc(1 / var(--slides)))
    }
}

@keyframes text {

    0%,
    25% {
        opacity: 0
    }

    50% {
        opacity: 1;
        transform: none
    }

    75%,
    to {
        opacity: 0
    }
}

@keyframes text-up {

    0%,
    25% {
        opacity: .5;
        transform: translateY(105%)
    }

    50% {
        opacity: 1;
        transform: none
    }

    75%,
    to {
        opacity: .5;
        transform: translateY(-105%)
    }
}

.\[--color-bg\:theme\(colors\.black\)\] {
    --color-bg: #000
}


.slide-desc {
    max-height: 61vh;
    top: 25vh;
}




/* Button Styling */
.main-more-button {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.main-more-button:hover {
    background-color: rgba(255, 255, 255, 0.6);
}




@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translate(100%)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

#menu ul li a {
    text-decoration: none;
    font-size: 18px;
    transition: color .3s ease
}

#menu ul li a:hover {
    color: #ccc
}

#menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

#menu-close:before,
#menu-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform 1s ease
}

#menu-close:before {
    transform: rotate(45deg)
}

#menu-close:after {
    transform: rotate(-45deg)
}

#menu-close:hover:before,
#menu-close:hover:after {
    background-color: #ccc
}

@media screen and (max-width: 500px) {
    .mob-off {
        display: none
    }

    body.has-site-header #main-header {
        height: 57px;
        min-height: unset !important;
        padding: 15px !important;
    }


}



@supports (timeline-scope: none) {
    .supports-sda\:pointer-events-none {
        pointer-events: none
    }

    .supports-sda\:block {
        display: block
    }

    .supports-sda\:flex {
        display: flex
    }

    .supports-sda\:hidden {
        display: none
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:hidden {
        display: none
    }

    .max-lg\:flex-col {
        flex-direction: column
    }
}


.hero-cta {
    position: absolute;
    bottom: 10vh;
    transform: translateX(-50%);
    left: 50%;
    width: 40vw;
    justify-content: center;
}

.hero-top-text p {
    font-size: 1.3em !important;
    color: lightgoldenrodyellow;
}


/* Collection Grid Container - only in product sections */
#products .collection-grid,
.section-canvas .collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 48px auto;
    max-width: 100%;
    width: 100%;
}

/* Premium Product Card */
.premium-product-card {
    background: var(--brand-deep, #0f1e20);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: 100%;
}

.premium-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

/* Product Image Section */
.product-image-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.product-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.product-img-container {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    overflow: hidden;
    background: var(--brand-ink, #1f3437);
}

.product-category-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--brand-gold, #d5b685) !important;
    color: var(--brand-forest, #061215) !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.image-frame {
    position: absolute;
    inset: 0;
    border: none;
    border-radius: 0;
    pointer-events: none;
    z-index: 1;
    display: none;
}

.image-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, rgba(15, 30, 32, 0.4), transparent);
    pointer-events: none;
    z-index: 1;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-product-card:hover .product-image {
    transform: scale(1.08);
}

.hover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 18, 21, 0.85);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

.premium-product-card:hover .hover-overlay {
    opacity: 0;
    display: none;
}

.overlay-content {
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-product-card:hover .overlay-content {
    transform: translateY(0);
}

.explore-text {
    color: var(--brand-gold, #d5b685);
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* Product Content Section */
.product-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    justify-content: space-between;
}

.product-card-meta {
    margin-bottom: 0;
}

.product-category {
    color: var(--brand-gold, #d5b685);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.product-header {
    margin-bottom: 0;
}

.product-name {
    color: var(--brand-cream, #f6f1ea);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.product-summary {
    color: var(--text-muted, rgba(246, 241, 234, 0.72));
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Product Actions */
.product-actions {
    margin-top: auto;
    padding-top: 12px;
}

.product-actions--link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.cta-link {
    display: inline-block;
    padding: 12px 24px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand-forest, #061215);
    background: var(--brand-gold, #d5b685);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(213, 182, 133, 0.3);
    text-align: center;
    width: 100%;
}

.cta-link:hover {
    background: var(--brand-amber, #f2d7b5);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 182, 133, 0.4);
    color: var(--brand-forest, #061215);
}

.cta-link:active {
    transform: translateY(0);
}

/* CTA Panel */
.cta-panel {
    margin-top: 64px;
    padding: 48px;
    background: var(--brand-deep, #0f1e20);
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}




/* Responsive Design */
@media (max-width: 1024px) {

    #products .collection-grid,
    .section-canvas .collection-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .cta-panel {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 32px;
    }

    .cta-panel__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {

    #products .collection-grid,
    .section-canvas .collection-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 32px auto;
    }

    .premium-product-card {
        max-width: 100%;
    }

}

@media (max-width: 480px) {
    .product-content {
        padding: 10px;
    }

    .product-name {
        font-size: 1.1rem;
    }

    .product-category {
        font-size: 0.7rem;
    }
}

/* Section Canvas Styles - Only for product sections */
#products.section-canvas {
    padding: 80px 0;
    width: 100%;
}

#products.section-canvas--light {
    background: linear-gradient(135deg, var(--brand-deep, #0f1e20) 0%, var(--brand-ink, #1f3437) 100%);
}

/* Section Header - Only in product sections */
#products .section-header {
    margin-bottom: 56px;
}

#products .section-header--center {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#products .section-header__eyebrow {
    color: var(--brand-gold, #d5b685);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    display: block;
    margin-bottom: 16px;
}

#products .section-header__title {
    font-size: 2.5rem;
    margin: 0 0 20px;
}

#products .section-header__subtitle {
    color: var(--text-muted, rgba(246, 241, 234, 0.72));
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0 auto;
    width: 80%;
}

@media (max-width: 768px) {
    #products.section-canvas {
        padding: 60px 0;
    }

    #products .section-header {
        margin-bottom: 40px;
    }

    #products .section-header__title {
        font-size: 2rem;
    }

    #products .section-header__subtitle {
        font-size: 1rem;
    }
}

/* ============================================
   FILE: luxury-styles.css
   ============================================ */

/* Luxury Styling for Riphean Marble Website
-------------------------------------------------- */

:root {
    --gold: #c8a97e;
    --gold-light: #d9c2a0;
    --gold-dark: #b08d5e;
    --cream: #f9f7f2;
    --dark: #1a1a1a;
    --gray-dark: #333333;
    --transition: all 0.3s ease;
}

/* Global Luxury Styles */
body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.8;
    overflow-x: hidden;
}

html,
body {
    scroll-behavior: auto !important;
}

.snap-wrapper {
    -ms-scroll-snap-type: none !important;
    scroll-snap-type: none !important;
}

.container {
    max-width: 1200px;
}

.display-2,
.display-4 {
    letter-spacing: -0.02em;
}

.golden-text {
    color: var(--gold);
}

.bg-light-cream {
    background-color: var(--cream);
}

.subheading {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--gold);
    margin-bottom: 15px;
    font-weight: 500;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.title-separator {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 30px auto;
    position: relative;
    max-width: 80px;
}

.title-separator span {
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: var(--gold);
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
}

/* Buttons */
.btn {
    border-radius: 0;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: var(--transition);
}

.btn-gold {
    background-color: var(--gold);
    border-color: var(--gold);
    color: white;
}

.btn-gold:hover {
    background-color: var(--gold-dark);
    border-color: var(--gold-dark);
    color: white;
}

.btn-outline-gold {
    border: 2px solid var(--gold);
    color: var(--gold);
    background-color: transparent;
}

.btn-outline-gold:hover {
    background-color: var(--gold);
    color: white;
}

.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cream);
    color: var(--gold);
    transition: var(--transition);
}

.btn-circle:hover {
    background-color: var(--gold);
    color: white;
}

/* Site header ---------------------------------------------------------- */
body.has-site-header #main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1400;
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: clamp(72px, 12vh, 112px);
    padding: clamp(16px, 4vw, 28px) clamp(20px, 6vw, 64px);
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.72) 90%, rgba(10, 10, 10, 0) 100%);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    border-bottom: 1px solid rgba(200, 169, 126, 0.25);
    transition: transform 220ms var(--transition), background-color 220ms var(--transition);
}

body.has-site-header #main-header::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 18% -30%, rgba(200, 169, 126, 0.2), transparent 55%),
        radial-gradient(circle at 82% -40%, rgba(200, 169, 126, 0.15), transparent 60%);
    opacity: 0.55;
}

body.has-site-header #main-header .site-header__inner {
    position: relative;
    z-index: 1;
    width: min(1200px, 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(18px, 4vw, 48px);
}

body.has-site-header {
    padding-top: clamp(72px, 12vh, 112px);
}

body.has-site-header .site-header__brand {
    display: inline-flex;
    align-items: center;
    gap: clamp(12px, 3vw, 24px);
    text-decoration: none;
    padding: 4px 0;
}

body.has-site-header .site-header__brand:hover .site-header__mark,
body.has-site-header .site-header__brand:focus-visible .site-header__mark {
    transform: scale(1.04);
}

body.has-site-header .site-header__mark {
    width: clamp(40px, 5vw, 62px);
    height: clamp(40px, 5vw, 62px);
    object-fit: contain;
    transition: transform 220ms var(--transition);
}


body.has-site-header .hamburger {
    row-gap: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 30px;
    min-height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 150000;
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

}


body.has-site-header .hamburger:hover .hamburger__line {
    background: var(--gold-light, #d9c2a0);
}

body.has-site-header .hamburger:focus {
    outline: none;
}

body.has-site-header .hamburger:focus-visible .hamburger__line {
    background: var(--gold-light, #d9c2a0);
}

/* Hamburger Lines - Gold like logo */
body.has-site-header .hamburger__line {
    width: 100%;
    display: block;
    height: 3px;
    background: linear-gradient(135deg, var(--brand-gold, #d5b685) 0%, var(--brand-amber, #f2d7b5) 100%);
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    transform-origin: center center;
    box-shadow: 0 0 10px rgba(213, 182, 133, 0.4);
}

/* Hide label on simple burger */
body.has-site-header .hamburger__label {
    display: none;
}

/* Active State - Transform to X */
body.has-site-header .hamburger.active .hamburger__line:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
    width: 110%;
}

body.has-site-header .hamburger.active .hamburger__line:nth-of-type(2) {
    opacity: 0;
    transform: scale(0);
}

body.has-site-header .hamburger.active .hamburger__line:nth-of-type(3) {
    transform: translateY(-726%) rotate(-45deg);
    width: 110%;
}

body.has-site-header .site-header__menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 130px 24px 60px;
    background: rgba(8, 8, 8, 0.95);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);
    transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        visibility 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.has-site-header .site-header__menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

body.has-site-header .site-header__menu ul {
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
    transform: translateY(20px);
    opacity: 0;
}

body.has-site-header .site-header__menu.open ul {
    transform: translateY(0);
    opacity: 1;
}

body.has-site-header .site-header__menu ul li {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 250ms ease-out, transform 250ms ease-out;
}

body.has-site-header .site-header__menu.open ul li {
    opacity: 1;
    transform: translateY(0);
}

body.has-site-header .site-header__menu.open ul li:nth-child(1) {
    transition-delay: 80ms;
}

body.has-site-header .site-header__menu.open ul li:nth-child(2) {
    transition-delay: 120ms;
}

body.has-site-header .site-header__menu.open ul li:nth-child(3) {
    transition-delay: 160ms;
}

body.has-site-header .site-header__menu.open ul li:nth-child(4) {
    transition-delay: 200ms;
}

body.has-site-header .site-header__menu header {
    display: none;
}

body.has-site-header .menu__close {
    position: absolute;
    top: 32px;
    right: clamp(24px, 4vw, 56px);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(200, 169, 126, 0.35);
    background: rgba(12, 12, 12, 0.45);
    cursor: pointer;
    transition: transform 180ms var(--transition), box-shadow 180ms var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

body.has-site-header .menu__close svg {
    width: 24px;
    height: 24px;
    color: var(--gold);
}

body.has-site-header .menu__close::before,
body.has-site-header .menu__close::after {
    display: none;
}

body.has-site-header .menu__close:hover,
body.has-site-header .menu__close:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px -14px rgba(200, 169, 126, 0.55);
}

body.has-site-header .site-header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

body.has-site-header .site-header__menu li a {
    font-size: clamp(1.1rem, 4vw, 1.6rem);
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    transition: color 200ms var(--transition), transform 200ms var(--transition);
}

body.has-site-header .site-header__menu li a:hover,
body.has-site-header .site-header__menu li a:focus-visible {
    color: var(--gold);
    transform: translateY(-3px);
}

body.has-site-header .site-header__menu-link--accent {
    color: var(--gold);
    font-weight: 600;
}

/* Site Header Language Switcher */
body.has-site-header .site-header__language-switch {
    display: none;
    align-items: center;
    gap: 8px;
    margin-left: 24px;
    padding-left: 24px;
    /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
}

body.has-site-header .site-header__language-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

body.has-site-header .site-header__language-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

body.has-site-header .site-header__language-link.active {
    color: var(--gold, #ba934e);
    background: rgba(186, 147, 78, 0.1);
}

body.has-site-header .site-header__language-separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.875rem;
}

/* Mobile Language Switcher in Menu */
body.has-site-header .site-header__mobile-lang {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(200, 169, 126, 0.2);
    width: 100%;
}

body.has-site-header .site-header__mobile-lang-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
}

body.has-site-header .site-header__mobile-lang-buttons {
    display: flex;
    gap: 12px;
}

body.has-site-header .site-header__mobile-lang-btn {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 8px;
    border: 1px solid rgba(200, 169, 126, 0.3);
    background: rgba(12, 12, 12, 0.4);
    transition: all 0.3s ease;
    min-width: 80px;
    text-align: center;
}

body.has-site-header .site-header__mobile-lang-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(200, 169, 126, 0.5);
}

body.has-site-header .site-header__mobile-lang-btn.active {
    color: var(--gold, #ba934e);
    background: rgba(186, 147, 78, 0.15);
    border-color: var(--gold, #ba934e);
}

@media (min-width: 1025px) {
    body.has-site-header .site-header__mobile-lang {
        display: none;
    }
}

body.menu-open {
    overflow: hidden;
}

/* Luxury landing theme ---------------------------------------------- */
:root {
    --brand-forest: #061215;
    --brand-deep: #0f1e20;
    --brand-ink: #1f3437;
    --brand-cream: #f6f1ea;
    --brand-cloud: #e3ddd2;
    --brand-gold: #d5b685;
    --brand-amber: #f2d7b5;
    --text-body: rgba(246, 241, 234, 0.88);
    --text-muted: rgba(246, 241, 234, 0.72);
    --transition-base: cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-soft: 0 34px 72px -32px rgba(5, 12, 15, 0.9);
    --border-radius-lg: 28px;
}

body.luxury-theme {
    font-family: 'Inter', 'Open Sans', sans-serif;
    background-color: var(--brand-forest);
    color: var(--text-body);
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
}

/* body.luxury-theme h1,
body.luxury-theme h2,
body.luxury-theme h3,
body.luxury-theme h4,
body.luxury-theme h5,
body.luxury-theme h6 {
    font-family: 'Playfair Display', 'Century Gothic', serif;
    color: #fff;
} */

body.luxury-theme p,
body.luxury-theme li,
body.luxury-theme span {
    color: var(--text-body);
}

body.luxury-theme a {
    color: inherit;
    transition: color 180ms var(--transition-base);
    /* padding: 0.3rem 1.3rem; */
}

.hero.hero--landing {
    position: relative;
    isolation: isolate;
    /* min-height: 100vh; */
    padding: 80px 0 140px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: linear-gradient(115deg, rgba(30, 20, 15, 0.75) 11%, rgba(45, 35, 25, 0.45) 29%, rgba(55, 42, 30, 0.15) 100%),
        var(--hero-image, url('/images/ai/marble_7/marble_7_cu.jpg'));
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    will-change: transform;
}

/* Enable parallax only on desktop */
@media (min-width: 1025px) {
    .hero.hero--landing {
        background-attachment: fixed;
        animation: riphean-bg-zoom 30s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
    }
}

.hero.hero--landing::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(213, 182, 133, 0.18), transparent 46%),
        radial-gradient(circle at 80% 35%, rgba(213, 182, 133, 0.12), transparent 55%);
    pointer-events: none;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 16, 18, 0) 0%, rgba(9, 16, 18, 0.55) 75%, rgba(9, 16, 18, 0.85) 100%);
    z-index: 1;
}

.hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    gap: clamp(36px, 6vw, 80px);
    align-items: center;
}

.hero__content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.38em;
    font-size: 0.78rem;
    color: var(--brand-amber);
    font-weight: 600;
}

.hero__title {
    font-size: clamp(3rem, 4.8vw, 4.5rem);
    line-height: 1.08;
    letter-spacing: 0.12em;
    margin: 0;
    text-transform: uppercase;
}

.hero__lead {
    font-size: clamp(1.1rem, 1.5vw, 1.35rem);
    color: var(--text-body);
    max-width: 520px;
}

.hero__body {
    font-size: 1.04rem;
    color: var(--text-muted);
    max-width: 520px;
    line-height: 1.7;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.btn.btn--primary,
.btn--primary {
    background: linear-gradient(135deg, var(--brand-gold, #d5b685) 0%, var(--brand-amber, #f2d7b5) 100%);
    color: var(--brand-deep);
    padding: 15px 36px;
    border-radius: 999px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border: none;
    box-shadow: 0 18px 34px rgba(213, 182, 133, 0.35);
    transition: transform 220ms var(--transition-base), box-shadow 220ms var(--transition-base);
}

.btn.btn--primary:hover,
.btn.btn--primary:focus-visible,
.btn--primary:hover,
.btn--primary:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 26px 38px rgba(213, 182, 133, 0.45);
    outline: none;
}

.btn.btn--primary:focus,
.btn--primary:focus {
    outline: none;
    box-shadow: 0 26px 38px rgba(213, 182, 133, 0.45);
}

.btn.btn--ghost,
.btn--ghost {
    padding: 15px 34px;
    border-radius: 999px;
    border: 1px solid rgba(246, 241, 234, 0.55);
    color: var(--text-body);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500;
    background: transparent;
    transition: background-color 220ms var(--transition-base), color 220ms var(--transition-base), border-color 220ms var(--transition-base);
}

.btn.btn--ghost:hover,
.btn.btn--ghost:focus-visible,
.btn--ghost:hover,
.btn--ghost:focus-visible {
    background-color: rgba(246, 241, 234, 0.12);
    border-color: rgba(246, 241, 241, 0.9);
    outline: none;
}

.btn.btn--ghost:focus,
.btn--ghost:focus {
    outline: none;
    box-shadow: none;
}

.btn--video {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn--video svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Video Modal */
.video-modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.98);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
    backdrop-filter: blur(10px);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.video-modal-content {
    position: relative;
    max-width: 95%;
    max-height: 95vh;
    animation: slideIn 0.3s ease;
    z-index: 100000;
}

@keyframes slideIn {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-modal-content video {
    width: 100%;
    height: auto;
    max-height: 95vh;
    border-radius: var(--border-radius-lg);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
}

/* Video Loader */
.video-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

.video-loader p {
    color: var(--brand-amber);
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.05em;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(213, 182, 133, 0.3);
    border-top-color: var(--brand-amber);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.video-modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    line-height: 1;
    z-index: 100001;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.video-modal-close:hover {
    color: var(--brand-amber);
    transform: rotate(90deg);
    border-color: var(--brand-amber);
}

@media (max-width: 768px) {
    .video-modal-content {
        max-width: 95%;
    }

    .video-modal-close {
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
        font-size: 30px;
    }

    .video-modal-content video {
        max-height: 80vh;
    }
}

/* iOS specific video fixes */
@supports (-webkit-touch-callout: none) {
    .video-modal-content video {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hero__stats {
    backdrop-filter: brightness(1.6);
    background: rgba(12, 26, 29, 0.58);
    border: 1px solid rgba(213, 182, 133, 0.28);
    border-radius: var(--border-radius-lg);
    padding: 32px 40px;
    display: flex;
    gap: 20px;
    box-shadow: var(--shadow-soft);
}

.stat-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stat-card__value {
    /* font-family: 'Playfair Display', serif; */
    font-size: 2rem;
    color: var(--brand-amber);
}

.stat-card__label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-muted);
}

.hero__divider {
    width: 1px;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, rgba(213, 182, 133, 0.45) 50%, transparent 100%);
}

.hero__scroll {
    bottom: clamp(32px, 8vh, 64px);
    left: clamp(32px, 8vw, 80px);
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.72rem;
    color: rgba(246, 241, 234, 0.66);
    z-index: 99;
}

.scroll-pill {
    width: 42px;
    height: 62px;
    border-radius: 999px;
    border: 1px solid rgba(213, 182, 133, 0.35);
    position: relative;
    margin: 1em auto;
}

.scroll-pill::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 12px;
    border-radius: 999px;
    background: rgba(213, 182, 133, 0.65);
    animation: scroll-dot 1.4s ease-in-out infinite;
}

@keyframes scroll-dot {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 16px);
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    .hero.hero--landing {
        padding: 140px 0 120px;
        animation: riphean-bg-zoom-mobile 30s ease-in-out infinite alternate;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .hero__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }

    .hero__stats {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
}

@media (max-width: 640px) {
    .hero.hero--landing {
        /* min-height: 100vh; */
        padding: 10px 0 20px;
    }

    #hero h1 {
        font-size: 3rem;
        height: unset;
        white-space: normal;
        text-align: center;
        width: 100%;
    }

    .hero__actions {
        width: 100%;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .hero__actions .btn {
        width: 100%;
        text-align: center;
        padding: 14px 24px;
        font-size: 0.85rem;
    }

    .hero__stats {
        padding: 8px 36px;
    }

    .hero__scroll {
        left: 32px;
    }

    .hero__grid {
        gap: 16px;
    }

    .btn.btn--ghost {
        display: inline-flex;
        justify-content: center;
    }
}

/* Experience Masterpiece Section -------------------------------------------- */
.experience-masterpiece {
    position: relative;
    padding: clamp(30px, 8vw, 60px) 0;
    background: linear-gradient(135deg, var(--brand-deep, #0f1e20) 0%, var(--brand-ink, #1f3437) 100%), url('/images/marble-texture.jpg');
    background-size: cover;
    background-position: center;
    color: var(--brand-cream);
    overflow: hidden;
}

.experience-masterpiece::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(213, 182, 133, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(213, 182, 133, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.experience-masterpiece__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(60px, 8vw, 100px);
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
}

@media (min-width: 1024px) {
    .experience-masterpiece__grid {
        grid-template-columns: 480px 1fr;
        align-items: center;
    }
}

.experience-masterpiece__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(24px, 4vw, 36px);
}

.luxury-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    border-radius: 999px;
    border: 1px solid rgba(213, 182, 133, 0.3);
    background: rgba(213, 182, 133, 0.1);
    color: var(--brand-gold);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
}

.luxury-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-gold);
    box-shadow: 0 0 12px rgba(213, 182, 133, 0.6);
}

.section-header__title {
    margin: 0;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--brand-gold, #d5b685);
    /* font-family: 'Playfair Display', serif; */
}

.section-header__subtitle {
    margin: 0;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.7;
    color: rgba(246, 241, 234, 0.85);
    max-width: 460px;
}

.experience-masterpiece__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 8px;
}

.experience-masterpiece__metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 0;
    padding-top: clamp(12px, 5vw, 10px);
    border-top: 1px solid rgba(213, 182, 133, 0.15);
}

.experience-masterpiece__metric {
    padding: clamp(20px, 3vw, 28px);
    border-radius: 16px;
    border: 1px solid rgba(213, 182, 133, 0.2);
    background: rgba(15, 30, 32, 0.6);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: all 0.3s ease;
}

.experience-masterpiece__metric:hover {
    border-color: rgba(213, 182, 133, 0.4);
    background: rgba(15, 30, 32, 0.8);
    transform: translateY(-4px);
}

.experience-masterpiece__metric-value {
    display: block;
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: var(--brand-gold);
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    line-height: 1;
}

.experience-masterpiece__metric-label {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(246, 241, 234, 0.7);
    line-height: 1.4;
}

.experience-masterpiece__gallery {
    position: relative;
}

.luxury-collection-grid {
    position: relative;
    display: grid;
    gap: 24px;
    z-index: 1;
}

@media (min-width: 768px) {
    .luxury-collection-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .luxury-collection-grid .marble-showcase-card:first-child {
        grid-row: span 2;
    }
}

.marble-showcase-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(15, 30, 32, 0.9);
    border: 1px solid rgba(213, 182, 133, 0.2);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.marble-showcase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
    border-color: rgba(213, 182, 133, 0.4);
}

.marble-showcase-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.marble-showcase-card:first-child img {
    height: 70%;
    min-height: 400px;
}

.marble-showcase-card:hover img {
    transform: scale(1.06);
}

.marble-showcase-card__content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: linear-gradient(to bottom, transparent, rgba(6, 18, 21, 0.95));
    flex: 1;
}

.marble-showcase-card__content h3 {
    margin: 0;
    /* font-family: 'Playfair Display', serif; */
    font-size: 1.35rem;
    letter-spacing: 0.02em;
    color: var(--brand-cream);
    line-height: 1.3;
}

.marble-showcase-card__content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(246, 241, 234, 0.75);
}

/* Responsive adjustments */
@media (max-width: 1023px) {
    .experience-masterpiece__grid {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .experience-masterpiece {
        padding: clamp(60px, 8vw, 80px) 0;
    }

    .experience-masterpiece__intro {
        align-items: center;
        text-align: center;
    }

    .luxury-badge {
        margin: 0 auto;
    }

    .experience-masterpiece__actions {
        justify-content: center;
        width: 100%;
    }

    .section-header__subtitle {
        max-width: none;
    }

    .experience-masterpiece__metrics {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .experience-masterpiece__metric {
        flex-direction: row;
        display: flex;
        gap: rem2;
        align-items: center;
        justify-content: space-evenly;
    }

    .luxury-collection-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .luxury-collection-grid .marble-showcase-card:first-child {
        grid-row: auto;
    }

    .marble-showcase-card img,
    .marble-showcase-card:first-child img {
        height: 280px;
        min-height: auto;
    }
}

@media (max-width: 520px) {
    .experience-masterpiece__actions {
        flex-direction: column;
    }

    .experience-masterpiece__actions .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .stat-card__label {
        font-size: 0.6rem;
    }

    a.hero__scroll {
        margin-top: 1rem;
    }

    .marble-showcase-grid {
        width: 100%;

    }

    .btn.btn--primary,
    .btn--primary {

        padding: 10px 26px;
        letter-spacing: 0.12em;
        width: 100%;
        min-width: 90%;
        max-width: unset;
        white-space: nowrap;
    }

    .slider-nav-scroll-line {
        display: none;
    }
}

@media (min-width: 480px) {
    body.has-site-header .hamburger__label {
        display: none;
    }


}

@media (min-width: 1025px) {


    body.has-site-header .site-header__menu {
        position: static;
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        padding: 0;
        flex-direction: row;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        gap: clamp(16px, 4vw, 32px);
    }

    body.has-site-header .menu__close {
        display: none;
    }

    body.has-site-header .site-header__menu ul {
        flex-direction: row;
        gap: clamp(12px, 3vw, 42px);
        text-align: left;
        align-items: center;
    }

    body.has-site-header .site-header__menu li a {
        font-size: 0.92rem;
        letter-spacing: 0.22em;
    }

    /* Show language switcher on desktop */
    body.has-site-header .site-header__language-switch {
        display: flex;
    }
}

/* Hero Section */
.hero-section {
    /* height: 100vh; */
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-slide {
    /* height: 100vh; */
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.luxury-border {
    padding: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.luxury-border:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
}

.mouse {
    display: block;
    width: 26px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 13px;
    margin: 0 auto 10px;
    position: relative;
}

.wheel {
    display: block;
    width: 4px;
    height: 8px;
    background: white;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: mouseWheel 1.2s infinite;
}

@keyframes mouseWheel {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
}

/* Category Cards */
.category-card {
    display: block;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    text-decoration: none;
}

.luxury-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    background: white;
}

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: var(--transition);
}

.category-card:hover .luxury-card {
    transform: translateY(-5px);
}

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

.category-card:hover .card-overlay {
    opacity: 1;
}

.explore-link {
    color: var(--gold);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 15px;
    transition: var(--transition);
}

.category-card:hover .explore-link {
    color: var(--gold-dark);
}

/* Product Cards */
.product-card {
    background: white;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    position: relative;
}

.luxury-product {
    overflow: hidden;
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    transition: transform 0.6s ease;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.view-details {
    color: white;
    background: var(--gold);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    transform: translateY(20px);
    transition: var(--transition);
    border: 1px solid var(--gold);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-card:hover .view-details {
    transform: translateY(0);
}

.product-title a {
    color: var(--dark);
    text-decoration: none;
    transition: var(--transition);
}

.product-title a:hover {
    color: var(--gold);
}

/* Story Section */
.video-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    z-index: 2;
}

.video-play-button:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.video-play-button span {
    width: 50px;
    height: 50px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-button i {
    color: white;
    font-size: 18px;
}

.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Feature Cards */
.luxury-feature-card {
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: var(--transition);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.luxury-feature-card:hover {
    transform: translateY(-10px);
}

.feature-icon-container {
    width: 80px;
    height: 80px;
    background: rgba(200, 169, 126, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Testimonial Cards */
.testimonial-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 100%;
}

.marble-showcase-section {
    background-image: url('/images/ai/home/luxary-interior-of-hall-room-with-concrete-style-w.webp');
}

.testimonial-card:before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 60px;
    /* font-family: 'Playfair Display', serif; */
    color: rgba(200, 169, 126, 0.1);
    line-height: 1;
}

.testimonial-text {
    font-style: italic;
    color: #555;
}

/* Instagram Gallery */
.instagram-gallery {
    overflow: hidden;
}

.instagram-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.instagram-item img {
    transition: transform 0.6s ease;
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.instagram-overlay i {
    color: white;
    font-size: 24px;
}

.instagram-item:hover img {
    transform: scale(1.1);
}

.instagram-item:hover .instagram-overlay {
    opacity: 1;
}

/* Contact Section */
.contact-form-container {
    background: white;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-item i {
    width: 40px;
    height: 40px;
    background: rgba(200, 169, 126, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    font-size: 15px;
    background: transparent;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--gold);
}

.form-label {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #999;
}

/* Footer */
.footer {
    background-color: var(--dark);
    color: #999;
    padding: 80px 0 40px;
}

.footer-logo {
    margin-bottom: 20px;
}

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

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a {
    color: #999;
    text-decoration: none;
    transition: var(--transition);
}

.footer-nav a:hover {
    color: var(--gold);
}

.footer-title {
    color: white;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
}

.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: var(--gold);
}

.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.footer-social li {
    margin-right: 15px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: white;
}

.copyright {
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
}

.footer-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c18e61' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    pointer-events: none;
}

/* Media Queries */
@media (max-width: 1199.98px) {
    .hero-section {
        min-height: 600px;
    }

    .luxury-border {
        padding: 3rem;
    }
}

@media (max-width: 991.98px) {
    .py-6 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .hero-section {
        min-height: 500px;
    }

    .luxury-border {
        padding: 2rem;
    }

    .display-2 {
        font-size: 2.5rem;
    }

    .display-4 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .py-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hero-section {
        min-height: 450px;
    }

    .luxury-border {
        padding: 1.5rem;
    }

    .display-2 {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 1.6rem;
    }

    .card-image-wrapper {
        height: 250px;
    }

    .product-image img {
        height: 250px;
    }
}

/* Luxury Theme - Products Page */
.luxury-theme .products-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(26, 26, 26, 0.9) 100%);
    border-bottom: 1px solid rgba(193, 142, 97, 0.15);
    position: relative;
}

.luxury-theme .products-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/rm29.webp') center/cover no-repeat fixed;
    opacity: 0.1;
    z-index: -1;
}

.luxury-theme .products-header h1 {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.luxury-theme .category-filters {
    position: relative;
    padding: 2rem 0 3rem;
}

.luxury-theme .category-filters::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 1px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(193, 142, 97, 0.3) 20%,
            rgba(193, 142, 97, 0.5) 50%,
            rgba(193, 142, 97, 0.3) 80%,
            transparent 100%);
}

.luxury-theme .category-filters .btn {
    background: transparent;
    color: #c18e61;
    border: 2px solid rgba(193, 142, 97, 0.3);
    padding: 0.75rem 2.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.luxury-theme .category-filters .btn:hover,
.luxury-theme .category-filters .btn.active {
    background: linear-gradient(45deg, #c18e61, #e7d4b4);
    border-color: transparent;
    color: #000;
    box-shadow: 0 5px 15px rgba(193, 142, 97, 0.2);
}

.luxury-theme .product-card {
    background: rgba(34, 34, 34, 0.8);
    border: 1px solid rgba(193, 142, 97, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.luxury-theme .product-card:hover {
    transform: translateY(-8px);
    border-color: rgba(193, 142, 97, 0.3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.luxury-theme .product-img-container {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    background: #111;
}

.luxury-theme .product-img-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.1) 70%,
            rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
}

.luxury-theme .product-img-container img {
    transition: all 0.7s ease;
}

.luxury-theme .product-card:hover .product-img-container img {
    transform: scale(1.08);
}

.luxury-theme .card-body {
    background: transparent;
    padding: 2rem;
    border-top: 1px solid rgba(193, 142, 97, 0.1);
}

.luxury-theme .card-title {
    color: #c18e61;
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.luxury-theme .card-text {
    color: #999;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.luxury-theme .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    backdrop-filter: blur(3px);
}

.luxury-theme .product-card:hover .product-overlay {
    opacity: 1;
}

.luxury-theme .view-details {
    color: #c18e61;
    font-family: "Montserrat", sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 24px;
    border: 2px solid #c18e61;
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}

.luxury-theme .product-card:hover .view-details {
    transform: translateY(0);
    opacity: 1;
}

.luxury-theme .view-details:hover {
    background: #c18e61;
    color: #000;
}

/* Loading states */
.luxury-theme .product-img-container.loading {
    background: #1a1a1a;
}

.luxury-theme .product-img-container.loading img {
    opacity: 0;
}

.luxury-theme .product-img-container img {
    opacity: 1;
    transition: opacity 0.3s ease-in-out, transform 0.7s ease;
}

.luxury-theme .loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.luxury-theme .product-img-container.loading .loading-indicator {
    opacity: 1;
}

.luxury-theme .text-gold {
    color: #c18e61;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .luxury-theme .products-header h1 {
        font-size: 2.5rem;
    }

    .luxury-theme .category-filters .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.8rem;
    }

    .luxury-theme .card-body {
        padding: 1.5rem;
    }

    .luxury-theme .card-title {
        font-size: 1.25rem;
    }
}

/* Enhanced Loading States */
@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.5;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.luxury-theme .loading-indicator .spinner-border {
    width: 2.5rem;
    height: 2.5rem;
    border: 0.2em solid;
    border-right-color: transparent;
    animation: spin 1s linear infinite;
}

.luxury-theme .product-img-container.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg,
            rgba(193, 142, 97, 0.1),
            rgba(231, 212, 180, 0.1));
    animation: pulse 1.5s ease-in-out infinite;
    z-index: 1;
}

.luxury-theme .products-grid {
    transition: opacity 0.3s ease-in-out;
}

/* Parallax Header */
.luxury-theme .parallax-header {
    position: relative;
    overflow: hidden;
}

.luxury-theme .header-background {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: url('/images/rm29.webp') center/cover no-repeat fixed;
    filter: brightness(0.3);
    z-index: 0;
    transform: translateZ(-1px) scale(1.2);
}

.luxury-theme .products-header .container {
    position: relative;
    z-index: 1;
}

/* Enhanced Category Filters */
.luxury-theme .filters-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    perspective: 1000px;
}

.luxury-theme .category-filters .btn {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.luxury-theme .category-filters .btn::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #c18e61, #e7d4b4);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.luxury-theme .category-filters .btn:hover::before,
.luxury-theme .category-filters .btn.active::before {
    opacity: 1;
}

.luxury-theme .category-filters .btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #1a1a1a;
    border-radius: inherit;
    z-index: -1;
    transition: transform 0.3s ease;
}

.luxury-theme .category-filters .btn:hover::after,
.luxury-theme .category-filters .btn.active::after {
    transform: scale(0.98);
}

/* Products Grid Animation */
.luxury-theme .products-grid {
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scroll to Top Button */
.luxury-theme .scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: rgba(193, 142, 97, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 1000;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.luxury-theme .scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.luxury-theme .scroll-to-top:hover {
    background: #c18e61;
    transform: translateY(-3px);
}

/* Page Loading Overlay */
.luxury-theme .page-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1a1a1a;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.luxury-theme .page-loading.loaded {
    opacity: 0;
    visibility: hidden;
}

.luxury-theme .loading-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    animation: logoFade 2s infinite;
}

.luxury-theme .loading-text {
    color: #c18e61;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@keyframes logoFade {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}

/* Footer Luxury Styling */
.luxury-theme .footer {
    background: linear-gradient(to bottom, #1a1a1a, #111111);
    color: rgba(255, 255, 255, 0.7);
    padding: 5rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.luxury-theme .footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(193, 142, 97, 0.3) 20%,
            rgba(193, 142, 97, 0.5) 50%,
            rgba(193, 142, 97, 0.3) 80%,
            transparent 100%);
}

.luxury-theme .footer-logo {
    margin-bottom: 2rem;
}

.luxury-theme .footer-logo img {
    height: 60px;
    width: auto;
}

.luxury-theme .footer-description {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 80%;
}

.luxury-theme .footer-title {
    color: #c18e61;
    /* font-family: "Playfair Display", serif; */
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.luxury-theme .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #c18e61, transparent);
}

.luxury-theme .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.luxury-theme .footer-nav li {
    margin-bottom: 1rem;
}

.luxury-theme .footer-nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.luxury-theme .footer-nav a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c18e61;
    transition: width 0.3s ease;
}

.luxury-theme .footer-nav a:hover {
    color: #c18e61;
}

.luxury-theme .footer-nav a:hover::before {
    width: 100%;
}

.luxury-theme .footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.luxury-theme .footer-contact i {
    color: #c18e61;
    margin-right: 1rem;
    font-size: 1.2rem;
    transform: translateY(4px);
}

.luxury-theme .footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.luxury-theme .footer-social a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(193, 142, 97, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c18e61;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.luxury-theme .footer-social a:hover {
    background: #c18e61;
    color: #000;
    transform: translateY(-3px);
}

.luxury-theme .copyright {
    margin-top: 4rem;
    padding-top: 2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .luxury-theme .footer {
        padding: 3rem 0 2rem;
    }

    .luxury-theme .footer-description {
        max-width: 100%;
    }

    .luxury-theme .footer-title {
        margin-top: 2rem;
    }
}

/* Enhanced Footer Social Icons */
.luxury-theme .footer-social a {
    position: relative;
    overflow: hidden;
}

.luxury-theme .footer-social a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #c18e61, #e7d4b4);
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
}

.luxury-theme .footer-social a i {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.luxury-theme .footer-social a:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.luxury-theme .footer-social a:hover i {
    color: #000;
    transform: translateY(-2px);
}

/* Enhanced Footer Contact Links */
.luxury-theme .footer-contact a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.luxury-theme .footer-contact a:hover {
    color: #c18e61;
}

.luxury-theme .footer-contact li i {
    position: relative;
    top: 2px;
    transition: all 0.3s ease;
}

.luxury-theme .footer-contact li:hover i {
    transform: translateX(-3px);
    color: #e7d4b4;
}

/* Newsletter Form */
.luxury-theme .footer-subscribe {
    margin: 1.5rem 0;
}

.luxury-theme .footer-subscribe .input-group {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(193, 142, 97, 0.2);
    border-radius: 30px;
    padding: 0.25rem;
    transition: all 0.3s ease;
}

.luxury-theme .footer-subscribe .input-group:focus-within {
    border-color: rgba(193, 142, 97, 0.5);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(193, 142, 97, 0.1);
}

.luxury-theme .footer-subscribe .form-control {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
}

.luxury-theme .footer-subscribe .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.luxury-theme .footer-subscribe .form-control:focus {
    box-shadow: none;
}

.luxury-theme .btn-subscribe {
    background: linear-gradient(45deg, #c18e61, #e7d4b4);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.3s ease;
}

.luxury-theme .btn-subscribe:hover {
    transform: translateX(3px);
    background: linear-gradient(45deg, #e7d4b4, #c18e61);
}

.luxury-theme .btn-subscribe i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.luxury-theme .btn-subscribe:hover i {
    transform: translateX(2px);
}


.luxury-theme .footer-logo img {
    transition: filter 0.3s ease;
}

.luxury-theme .footer-logo:hover img {
    filter: brightness(1.2);
}

.luxury-theme .footer-title {
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
}

.luxury-theme .footer-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
            rgba(193, 142, 97, 0.3),
            rgba(193, 142, 97, 0.1),
            transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.luxury-theme .footer-title:hover::before {
    transform: translateX(0);
}

/* Responsive Newsletter Form */
@media (max-width: 767px) {
    .luxury-theme .footer-subscribe .input-group {
        max-width: 300px;
        margin: 0 auto;
    }

    .luxury-theme .footer-subscribe .form-control {
        text-align: center;
    }
}

/* Newsletter Success Animation */
@keyframes successPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes checkmarkDraw {
    0% {
        stroke-dashoffset: 100;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.success-checkmark {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
}

.success-checkmark.show {
    display: block;
    animation: successPulse 0.5s ease-in-out;
}

.success-checkmark svg {
    width: 100%;
    height: 100%;
}

.success-checkmark path {
    stroke: #000;
    stroke-width: 2;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}

.success-checkmark.show path {
    animation: checkmarkDraw 0.6s ease-in-out forwards;
}

/* Enhanced Form States */
.footer-subscribe.submitting .input-group {
    opacity: 0.7;
    pointer-events: none;
}

.footer-subscribe.success .input-group {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.footer-subscribe.error .input-group {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

/* Floating Label Animation */
.footer-subscribe .form-floating {
    position: relative;
    flex: 1;
}

.footer-subscribe .form-floating label {
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    padding: 1rem 0;
    pointer-events: none;
    transform-origin: 0 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    color: rgba(255, 255, 255, 0.5);
}

.footer-subscribe .form-floating input:focus~label,
.footer-subscribe .form-floating input:not(:placeholder-shown)~label {
    opacity: 0.8;
    transform: scale(0.85) translateY(-0.5rem);
    color: #c18e61;
}

/* Success Message Animation */
@keyframes slideInUp {
    from {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.subscribe-message {
    display: none;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.subscribe-message.show {
    display: block;
    animation: slideInUp 0.3s ease-out forwards;
}



/* Category Selection Prompt */
.category-selection-prompt {
    text-align: center;
    padding: 40px 20px 60px;
}

.category-selection-prompt p {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.featured-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.featured-category-card {
    position: relative;
    width: 300px;
    height: 200px;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(193, 142, 97, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.featured-category-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    z-index: 1;
}

.featured-category-card:hover .featured-category-image {
    transform: scale(1.1);
}

.featured-category-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(6, 18, 21, 0.75);
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    transition: background 0.4s ease;
}

.featured-category-card:hover .featured-category-overlay {
    background: rgba(6, 18, 21, 0.85);
}

.featured-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(193, 142, 97, 0.7);
}

.featured-category-name {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px 10px;
}

.featured-category-name:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #c18e61, transparent);
}

.category-explore {
    color: #fff;
    background-color: rgba(193, 142, 97, 0.8);
    padding: 8px 20px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s ease;
}

.featured-category-card:hover .category-explore {
    transform: translateY(0);
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .products-hero-banner h1 {
        font-size: 3rem;
    }

    .elegant-subheading {
        font-size: 1.2rem;
    }

    .luxury-products-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 30px;
    }

    .product-img-wrapper {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .products-hero-banner {
        height: 40vh;
    }

    .products-hero-banner h1 {
        font-size: 2.5rem;
    }

    .elegant-subheading {
        font-size: 1rem;
    }

    .category-btn {
        padding: 10px 20px;
        font-size: 0.8rem;
    }

    .luxury-products-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
    }

    .product-img-wrapper {
        height: 200px;
    }

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

    .featured-category-card {
        width: 250px;
        height: 180px;
    }
}

@media (max-width: 575px) {
    .products-hero-banner h1 {
        font-size: 2rem;
    }

    .category-filters {
        gap: 10px;
    }

    .category-btn {
        padding: 8px 15px;
        font-size: 0.75rem;
    }

    .luxury-products-grid {
        grid-template-columns: 1fr;
        margin: 0 auto;
    }

    .product-img-wrapper {
        height: 220px;
    }

    .featured-categories {
        gap: 20px;
    }

    .featured-category-card {
        width: 100%;
        max-width: 280px;
    }


    #logotext {
        font-size: 1.5rem;
    }
}

/* Luxury Product Detail Page Styling */

.product-page {
    background-color: #070f11;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

.product-hero {
    position: relative;
    color: #f6f1ea;
    background-color: #0f1e20;
    background-image: var(--product-hero-image, url('/images/logo1.webp'));
    background-size: 150vw;
    background-position: center;
    background-repeat: no-repeat;
    padding: clamp(4rem, 8vw, 7rem) 0;
    isolation: isolate;
}

.product-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 18, 21, 0.25) 61%, rgb(7 15 17) 93%);
    z-index: -1;
}

.product-hero__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 4vw, 2.5rem);
}

.product-hero__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.breadcrumbs-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    color: rgba(246, 241, 234, 0.7);
    font-size: 0.95rem;
}

.breadcrumbs-inline__link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs-inline__link:hover,
.breadcrumbs-inline__link:focus-visible {
    color: #d5b685;
}

.breadcrumbs-inline__separator {
    color: rgba(193, 142, 97, 0.45);
    margin: 0 0.4rem;
}

.breadcrumbs-inline__current {
    color: #d5b685;
}

.language-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.language-toggle__button {
    border: 1px solid rgba(213, 182, 133, 0.45);
    background: rgba(246, 241, 234, 0.08);
    color: #f6f1ea;
    padding: 0.45rem 1.05rem;
    border-radius: 999px;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-toggle__button:hover,
.language-toggle__button:focus-visible {
    border-color: #d5b685;
    color: #ffffff;
}

.language-toggle__button.is-active {
    background: #d5b685;
    color: #0a0a0a;
    border-color: #d5b685;
}

.product-hero__heading {
    max-width: min(620px, 100%);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.product-hero__eyebrow {
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(213, 182, 133, 0.8);
}

.product-hero__title {
    font-size: clamp(2.5rem, 8vw, 4rem);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-hero__subtitle {
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    color: rgba(246, 241, 234, 0.75);
}


.product-content__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4.5rem);
}

.product-layout {
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
}

.product-page .product-gallery {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}

.product-gallery__frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #0f1e20;
    border: 1px solid rgba(193, 142, 97, 0.25);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.product-gallery__image {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
    cursor: zoom-in;
    transition: transform 0.4s ease;
}

.product-gallery__frame:hover .product-gallery__image {
    transform: scale(1.02);
}

.product-gallery__empty {
    padding: 3rem;
    text-align: center;
    background: rgba(15, 30, 32, 0.7);
    border-radius: 16px;
    border: 1px solid rgba(193, 142, 97, 0.2);
    color: rgba(246, 241, 234, 0.6);
}

.image-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 26, 29, 0.9);
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.image-loader.hidden {
    opacity: 0;
    pointer-events: none;
}

.loader-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(213, 182, 133, 0.2);
    border-top-color: #d5b685;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.product-thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 0.75rem;
}

.product-thumbnail {
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 0;
    background: rgba(15, 30, 32, 0.65);
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
    display: block;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
}

.product-thumbnail:hover {
    border-color: rgba(213, 182, 133, 0.55);
    transform: translateY(-2px);
}

.product-thumbnail.is-active {
    border-color: #d5b685;
}

.product-thumbnail:focus-visible {
    outline: 2px solid #d5b685;
    outline-offset: 3px;
}

.product-thumbnail__image {
    display: block;
    width: 100%;
    aspect-ratio: 3/ 2;
    object-fit: cover;
    pointer-events: none;
}

.product-gallery__lightbox-trigger {
    position: absolute;
    top: 0.21rem;
    right: 0.21rem;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    color: #f6f1ea;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: zoom-in;
    z-index: 10;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.product-gallery__lightbox-trigger i {
    font-size: 1.2rem;
    margin: 0;
}

.product-gallery__frame:hover .product-gallery__lightbox-trigger,
.product-gallery__frame:focus-within .product-gallery__lightbox-trigger {
    opacity: 1;
}

.product-gallery__lightbox-trigger:hover {
    background: rgba(193, 142, 97, 0.9);
    transform: scale(1.1);
}

.product-gallery__lightbox-trigger:focus-visible {
    outline: 2px solid #d5b685;
    outline-offset: -2px;
    opacity: 1;
}

.product-lightbox {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.product-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.product-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 18, 21, 0.88);
    z-index: 1;
}

.product-lightbox__content {
    position: relative;
    z-index: 10;
    width: 100vw;
    height: 98vh;
    background: rgba(10, 18, 19, 0.96);
    border: none;
    border-radius: 0;
    padding: 120px clamp(1.5rem, 4vw, 2.5rem) 2rem;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 3vw, 1.5rem);
    box-shadow: none;
}

.product-lightbox__figure {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    background: #030909;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.product-lightbox__figure img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    display: block;
}

.product-lightbox__close {
    position: absolute;
    top: 120px;
    right: clamp(0.75rem, 2vw, 1.25rem);
    z-index: 100;
    border: none;
    background: rgba(10, 18, 19, 0.85);
    color: #f6f1ea;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.product-lightbox__close:hover,
.product-lightbox__close:focus-visible {
    background: rgba(213, 182, 133, 0.95);
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(213, 182, 133, 0.4);
}

.product-lightbox__controls {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.product-lightbox__prev,
.product-lightbox__next {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.9rem 1.25rem;
    background: rgba(246, 241, 234, 0.08);
    border: 1px solid rgba(213, 182, 133, 0.25);
    border-radius: 12px;
    color: #f6f1ea;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-lightbox__prev:hover,
.product-lightbox__prev:focus-visible,
.product-lightbox__next:hover,
.product-lightbox__next:focus-visible {
    background: rgba(213, 182, 133, 0.18);
    border-color: rgba(213, 182, 133, 0.45);
}

.product-lightbox__prev i,
.product-lightbox__next i {
    font-size: 1rem;
}

body.no-scroll {
    overflow: hidden;
}

.product-info {
    background: rgba(15, 30, 32, 0.68);
    border-radius: 18px;
    border: 1px solid rgba(193, 142, 97, 0.22);
    padding: clamp(2rem, 5vw, 2.75rem);
    display: flex;
    flex-direction: column;
    gap: clamp(1.75rem, 5vw, 2.5rem);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.product-info__title {
    font-size: clamp(2rem, 5vw, 2.5rem);
    margin: 0;
}


.product-meta__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 60%;
    margin: auto;
}

.product-meta__label {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(246, 241, 234, 0.6);
}

.product-meta__value {
    font-size: 1.1rem;
    color: #f6f1ea;
    font-weight: 600;
}

.product-dimensions {
    background: linear-gradient(135deg, rgba(193, 142, 97, 0.06) 0%, rgba(193, 142, 97, 0.02) 100%);
    border: 1px solid rgba(193, 142, 97, 0.15);
    border-radius: 8px;
}

.product-dimensions__title {
    font-size: 0.95rem;
    margin-bottom: 1rem;
    color: #d5b685;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
}

.product-dimensions__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    width: 100%;
}

.product-dimensions__item {
    display: flex;
    gap: 0.4rem;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}

.product-dimensions__label {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(213, 182, 133, 0.7);
    font-weight: 500;
}

.product-dimensions__value {
    font-size: 1.05rem;
    color: #f6f1ea;
    font-weight: 600;
    font-feature-settings: 'tnum';
}

.product-description__title {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    color: #d5b685;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-description__copy {
    color: rgba(246, 241, 234, 0.85);
    line-height: 1.8;
}

.product-actions {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.product-details {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: nowrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    min-height: 52px;
    background: transparent;
    color: inherit;
}

.btn:focus-visible {
    outline: 2px solid #d5b685;
    outline-offset: 2px;
}

.btn-primary {
    background: linear-gradient(135deg, #d5b685, #f2d7b5);
    color: #0a0a0a;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background: linear-gradient(135deg, #f2d7b5, #d5b685);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    border: 2px solid #d5b685;
    color: #d5b685;
}

.btn-outline:hover,
.btn-outline:focus-visible {
    background: rgba(213, 182, 133, 0.12);
}

.btn-ghost {
    background: rgba(246, 241, 234, 0.1);
    color: #f6f1ea;
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
    background: rgba(246, 241, 234, 0.18);
}

.btn-secondary {
    background: rgba(246, 241, 234, 0.12);
    color: #f6f1ea;
    border: 1px solid rgba(213, 182, 133, 0.35);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
    background: rgba(246, 241, 234, 0.2);
    border-color: rgba(213, 182, 133, 0.55);
}

.btn-secondary.is-selected {
    background: rgba(46, 125, 50, 0.9);
    border-color: rgba(46, 125, 50, 0.9);
    color: #ffffff;
}

.btn-secondary.is-selected:hover,
.btn-secondary.is-selected:focus-visible {
    background: rgba(46, 125, 50, 0.95);
    border-color: rgba(46, 125, 50, 0.95);
}

.btn__label {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.product-related {
    padding: clamp(3rem, 7vw, 5rem) 0;
    border-top: 1px solid rgba(193, 142, 97, 0.22);
    background: rgba(10, 18, 19, 0.45);
}

.product-related__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 5vw, 3rem);
}

.product-related__title {
    text-align: center;
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    margin: 0;
}

.product-related .luxury-products-grid {
    display: flex;
}

@media (min-width: 768px) {
    .product-actions {
        flex-direction: row;
    }

    .product-actions .btn {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .product-related .luxury-products-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
        margin: 0 0 2rem;
    }
}

@media (min-width: 992px) {
    .product-layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        align-items: start;
    }

    .product-page .product-gallery {
        position: sticky;
        top: 110px;
    }
}

@media (max-width: 768px) {
    .product-lightbox__content {
        width: 92vw;
        padding: 1.75rem;
    }

    .product-lightbox__controls {
        flex-direction: column;
    }

    .product-lightbox__prev,
    .product-lightbox__next {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .product-hero {
        padding: 1rem 0;
        background-size: 420%;
    }

    .product-lightbox__close {
        top: 60px;
        right: 0;
    }

    .language-toggle {
        width: 100%;
        justify-content: flex-start;
    }

    .product-thumbnail__image {
        aspect-ratio: 3 / 2;
    }

    .product-gallery__lightbox-trigger {
        opacity: 1;
        background: linear-gradient(162deg, rgba(6, 18, 21, 0) 78%, rgba(6, 18, 21, 1) 95%);
    }

    .product-lightbox__content {
        width: 98vw;
        padding: 0.2rem;
    }
}

/* Product Hero Banner */
.product-hero-banner {
    position: relative;
    height: 40vh;
    background-image: url('/images/dark-brown-marble-slab-1.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.product-hero-banner .hero-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.product-hero-banner h1 {
    font-size: 3.5rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 15px 0;
    border-bottom: 1px solid rgba(193, 142, 97, 0.1);
    margin-bottom: 50px;
}

.breadcrumbs ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumbs li {
    position: relative;
    padding-right: 25px;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.breadcrumbs li:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(193, 142, 97, 0.5);
}

.breadcrumbs li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumbs a:hover {
    color: #c18e61;
}

.breadcrumbs .active {
    color: #c18e61;
}

/* Product Container */
.luxury-product-container {
    margin-bottom: 80px;
}

/* Product Details */
.product-details-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 80px;
}

/* Product Gallery */
.product-gallery {
    position: relative;
}

.main-gallery-frame {
    position: relative;
    border: 1px solid rgba(193, 142, 97, 0.2);
    padding: 15px;
    background-color: #0a0a0a;
    margin-bottom: 20px;
}

.main-gallery-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    /* Square aspect ratio */
}

.luxury-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.luxury-carousel .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.luxury-carousel .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;
}

.luxury-carousel .carousel-item.active {
    opacity: 1;
    display: block;
}

.gallery-image-frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.luxury-carousel-prev,
.luxury-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(10, 10, 10, 0.7);
    border: 1px solid rgba(193, 142, 97, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
}

.luxury-carousel-prev {
    left: 15px;
}

.luxury-carousel-next {
    right: 15px;
}

.luxury-carousel-prev:hover,
.luxury-carousel-next:hover {
    background-color: rgba(193, 142, 97, 0.3);
}

.carousel-arrow-prev,
.carousel-arrow-next {
    position: relative;
    width: 12px;
    height: 12px;
    border-top: 2px solid #c18e61;
    border-right: 2px solid #c18e61;
}

.carousel-arrow-prev {
    transform: rotate(-135deg);
    margin-left: 5px;
}

.carousel-arrow-next {
    transform: rotate(45deg);
    margin-right: 5px;
}

/* Thumbnails */
.luxury-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.thumbnail-item {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(193, 142, 97, 0.3);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.thumbnail-item:hover {
    border-color: rgba(193, 142, 97, 0.7);
}

.thumbnail-item.active {
    border-color: #c18e61;
}

.thumbnail-frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.thumbnail-item:hover img {
    transform: scale(1.1);
}

/* Product Info Panel */
.product-info-panel {
    display: flex;
    flex-direction: column;
}

.product-info-content {
    padding: 30px;
    background-color: rgba(10, 10, 10, 0.6);
    border: 1px solid rgba(193, 142, 97, 0.2);
    height: 100%;
}

.product-category {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.product-title {
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-meta {
    margin-bottom: 30px;
}

.meta-item {
    display: flex;
    margin-bottom: 10px;
}

.meta-label {
    width: 120px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meta-value {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.product-description {
    margin-bottom: 40px;
}

.description-title {
    font-size: 1.1rem;
    color: #c18e61;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-description p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 0.95rem;
}

/* Product Actions */
.product-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.inquiry-button {
    display: block;
    padding: 15px 30px;
    background-color: #c18e61;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #c18e61;
    text-decoration: none;
}

.inquiry-button:hover {
    background-color: #b08d5e;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(193, 142, 97, 0.3);
}

.back-button {
    display: block;
    padding: 15px 30px;
    background-color: transparent;
    color: #c18e61;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(193, 142, 97, 0.3);
    text-decoration: none;
}

.back-button:hover {
    border-color: rgba(193, 142, 97, 0.7);
    background-color: rgba(193, 142, 97, 0.1);
}

/* Suggested Products Section */
.suggested-products-section {
    padding: 60px 0;
    border-top: 1px solid rgba(193, 142, 97, 0.1);
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.suggested-products-separator {
    width: 100px;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #c18e61, transparent);
    margin: 0 auto 40px;
}

.suggested-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.suggested-product-card {
    display: block;
    background-color: #0a0a0a;
    border: 1px solid rgba(193, 142, 97, 0.2);
    text-decoration: none;
    transition: all 0.4s ease;
    overflow: hidden;
}

.suggested-product-card:hover {
    transform: translateY(-10px);
    border-color: rgba(193, 142, 97, 0.5);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.suggested-product-image {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}

.suggested-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.suggested-product-card:hover .suggested-product-image img {
    transform: scale(1.1);
}

.suggested-product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.suggested-product-overlay span {
    padding: 10px 20px;
    background-color: rgba(193, 142, 97, 0.8);
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.suggested-product-card:hover .suggested-product-overlay {
    opacity: 1;
}

.suggested-product-card:hover .suggested-product-overlay span {
    transform: translateY(0);
}

.suggested-product-info {
    padding: 20px;
}

.suggested-product-title {
    color: #c18e61;
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.suggested-product-category {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.no-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(193, 142, 97, 0.5);
    font-style: italic;
    font-size: 0.9rem;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .product-title {
        font-size: 2rem;
    }

    .product-details-wrapper {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .product-hero-banner h1 {
        font-size: 2.8rem;
    }

    .product-details-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-info-content {
        padding: 25px;
    }

    .suggested-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .product-hero-banner {
        height: 30vh;
    }

    .product-hero-banner h1 {
        font-size: 2.2rem;
    }

    .elegant-subheading {
        font-size: 1rem;
    }

    .breadcrumbs li {
        font-size: 0.8rem;
        padding-right: 15px;
        margin-right: 10px;
    }

    .thumbnail-item {
        width: 60px;
        height: 60px;
    }

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

    .meta-label {
        width: 100px;
    }

    .product-actions {
        flex-direction: column;
    }

    .section-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 575px) {
    .product-hero-banner h1 {
        font-size: 1.8rem;
    }

    .suggested-products {
        grid-template-columns: 1fr;
    }

    .product-info-content {
        padding: 20px;
    }

    .luxury-thumbnails {
        gap: 8px;
    }

    .thumbnail-item {
        width: 50px;
        height: 50px;
    }
}

/* ============================================
   CATEGORY SHOWCASE - Desktop Grid Layout
   ============================================ */
.category-showcase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.category-card-new {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: var(--brand-deep, #0f1e20);
    display: flex;
    flex-direction: column;
}

.category-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.category-card-new img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.category-card-new__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(213, 182, 133, 0.95);
    color: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 2;
}

.category-card-new__body {
    padding: 24px;
    flex: 1;
}

.category-card-new__title {
    color: var(--brand-gold, #d5b685);
    font-size: 1.3rem;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.category-card-new__copy {
    color: var(--text-muted, rgba(246, 241, 234, 0.72));
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Responsive for tablets */
@media (max-width: 1024px) {
    .category-showcase {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Responsive for mobile */
@media (max-width: 640px) {
    .category-showcase {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .category-card-new img {
        height: 180px;
    }

    .category-card-new__body {
        padding: 20px;
    }
}

/* ============================================
   SIMPLE ANIMATIONS - Replacement for AOS
   ============================================ */

/* Keyframe Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply animations to sections */
section {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.hero {
    animation: fadeIn 0.8s ease-out;
}

/* Product cards - staggered */
.premium-product-card {
    animation: fadeInUp 0.5s ease-out;
    animation-fill-mode: both;
}

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

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

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

.premium-product-card:nth-child(4) {
    animation-delay: 0.4s;
}

/* Category cards - staggered */
.category-card-new {
    animation: fadeInUp 0.5s ease-out;
    animation-fill-mode: both;
}

.category-card-new:nth-child(1) {
    animation-delay: 0.15s;
}

.category-card-new:nth-child(2) {
    animation-delay: 0.25s;
}

.category-card-new:nth-child(3) {
    animation-delay: 0.35s;
}

.category-card-new:nth-child(4) {
    animation-delay: 0.45s;
}

/* Section headers */
.section-header {
    animation: fadeInDown 0.6s ease-out;
    animation-fill-mode: both;
}

/* Hero content */
.hero__content>* {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}


/* Footer */
footer {
    animation: fadeIn 0.8s ease-out;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}

/* Ensure visibility after animations */
section,
.premium-product-card,
.category-card-new,
.section-header,
.hero__content>*,
footer {
    opacity: 1;
}

/* Accessibility - reduced motion */
@media (prefers-reduced-motion: reduce) {

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

.callback-container {
    text-align: center;
}



.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99;
}

.nowrap {
    white-space: nowrap;
}

.modal-clip {

    position: fixed;
    background: #262729d4;
    border-radius: 4px;
    clip-path: inset(90% 50% 10% 50%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);
    will-change: clip-path, top, left;
}

.modal-clip.expanded {
    clip-path: inset(0 0 0 0);
    top: 50% !important;
    left: 50% !important;
    z-index: 999;
    pointer-events: auto;
}

.modal-content {
    padding: 20px;
    width: 300px;
    opacity: 0;
    transition: opacity 0.3s;
    visibility: hidden;
}

.modal-content.visible {
    opacity: 1;
    visibility: visible;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.backdrop.visible {
    opacity: 1;
    pointer-events: auto;
    z-index: 90;
}

.form-group {
    margin-bottom: 15px;
}

#callbackForm .form-group label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    color: lightgoldenrodyellow;
}

#callbackForm .form-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #fafad2;
    border-radius: 4px;
    background: #000;
    color: lightgoldenrodyellow;
    color-scheme: dark;

}

footer .callback-button {
    margin: 3rem 0 4rem;
}

.callback-button,
.submit-button {
    display: inline-block;
    padding: 12px 24px;
    background: lightgoldenrodyellow;
    color: #000000;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s;
    max-width: 280px;
}

.cta-link.btn.btn--primary {
    width: 100%;
}

.callback-button.hiddenopacity {
    opacity: 0;
}

.submit-button {
    opacity: 0;
}

.callback-button:hover,
.submit-button:hover {
    background: #000000;
    color: lightgoldenrodyellow;
}

.submit-button.visible {
    opacity: 1;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    color: lightgoldenrodyellow;
    cursor: pointer;
    padding: 4px 12px;
    width: 35px;
}

.active-button {
    position: relative;
    z-index: 1001;
}

.message-box {
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    display: none;
}

.message-success {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
    border: 1px solid #4CAF50;
}

.message-error {
    background-color: rgba(244, 67, 54, 0.1);
    color: #F44336;
    border: 1px solid #F44336;
}

.loading-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #1d6a54;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.submit-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Riphean Heritage Section */
.riphean-heritage {
    position: relative;
    display: flex;
    align-items: center;
    /* min-height: 100vh; */
    padding: clamp(48px, 8vh, 96px) 0;
    background: linear-gradient(162deg, rgba(7, 15, 17, 0.92) 0%, rgba(12, 24, 27, 0.88) 58%, rgba(20, 36, 40, 0.85) 100%);
    overflow: hidden;
    color: var(--brand-cream, #f6f1ea);
    box-sizing: border-box;
}


@keyframes riphean-bg-zoom {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 250%;
    }
}

/* Lighter animation for mobile devices */
@keyframes riphean-bg-zoom-mobile {
    0% {
        background-size: 420%;
        background-position: center center;
    }

    50% {
        background-size: 660%;
        background-position: center 45%;
    }

    100% {
        background-size: 420%;
        background-position: center center;
    }
}



.riphean-heritage::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 65%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: screen;
    opacity: 0.35;
    pointer-events: none;
}

.riphean-heritage .container {
    position: relative;
    z-index: 2;
}

.riphean-heritage__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}

.riphean-heritage__content {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 22px);
}

.riphean-heritage__eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(213, 182, 133, 0.85);
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.riphean-heritage__eyebrow::before,
.riphean-heritage__eyebrow::after {
    content: "";
    width: 32px;
    height: 1px;
    background: linear-gradient(90deg, rgba(213, 182, 133, 0), rgba(213, 182, 133, 0.9), rgba(213, 182, 133, 0));
}

.riphean-heritage__title {
    margin: 0;
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--brand-cream, #f6f1ea);
}

.riphean-heritage__lead {
    margin: 0;
    font-size: clamp(0.98rem, 1.15vw, 1.1rem);
    line-height: 1.65;
    color: rgba(246, 241, 234, 0.76);
    max-width: 600px;
}

.riphean-heritage__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
    margin-top: clamp(12px, 1.6vw, 20px);
}

.riphean-heritage__fact {
    position: relative;
    padding: clamp(16px, 1.6vw, 22px);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(10, 21, 24, 0.78) 0%, rgba(6, 14, 16, 0.56) 100%);
    border: 1px solid rgba(213, 182, 133, 0.26);
    box-shadow: 0 20px 42px -28px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
}

.riphean-heritage__fact::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 14px;
    border: 1px solid rgba(213, 182, 133, 0.25);
    opacity: 0.35;
    pointer-events: none;
}

.riphean-heritage__fact-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(213, 182, 133, 0.78);
    margin-bottom: 10px;
}

.riphean-heritage__fact-value {
    display: block;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--brand-cream, #f6f1ea);
}

.riphean-heritage__fact-note {
    margin: 10px 0 0;
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(246, 241, 234, 0.62);
}

.riphean-heritage__visuals {
    position: relative;
    min-height: clamp(320px, 32vw, 420px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.riphean-heritage__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(280px, 35vw, 420px);
    height: clamp(280px, 35vw, 420px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(213, 182, 133, 0.32) 0%, rgba(213, 182, 133, 0) 70%);
    filter: blur(10px);
    opacity: 0.5;
}

.riphean-heritage__image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(213, 182, 133, 0.32);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
    background: rgba(5, 11, 12, 0.8);
}

.riphean-heritage__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.riphean-heritage__image:hover img {
    transform: scale(1.05);
}

.riphean-heritage__image figcaption {
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(246, 241, 234, 0.78);
    text-shadow: 2px 2px 2px rgba(0, 0, 0);
}

.riphean-heritage__image--primary {
    width: clamp(260px, 28vw, 380px);
    height: clamp(300px, 32vw, 440px);
}

.riphean-heritage__image--secondary {
    width: clamp(180px, 22vw, 280px);
    height: clamp(220px, 26vw, 320px);
    position: absolute;
    bottom: clamp(-32px, -4vh, -16px);
    right: clamp(32px, 5vw, 60px);
    transform: rotate(3deg);
}

.riphean-heritage__image--secondary::before {
    content: "";
    position: absolute;
    inset: -18px;
    border-radius: 28px;
    border: 1px solid rgba(213, 182, 133, 0.2);
    opacity: 0.4;
    pointer-events: none;
}

.riphean-heritage__badge {
    position: absolute;
    top: clamp(24px, 4vw, 48px);
    left: clamp(24px, 4vw, 48px);
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(213, 182, 133, 0.28) 0%, rgba(213, 182, 133, 0.12) 100%);
    border: 1px solid rgba(213, 182, 133, 0.35);
    font-size: 0.78rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--brand-cream, #f6f1ea);
    backdrop-filter: blur(12px);
}

@media (max-width: 1024px) {
    .riphean-heritage {
        min-height: auto;
        padding: clamp(60px, 10vw, 110px) 0;
    }

    .riphean-heritage__grid {
        grid-template-columns: 1fr;
        gap: clamp(36px, 7vw, 60px);
    }

    .riphean-heritage__visuals {
        order: -1;
        min-height: clamp(320px, 60vw, 420px);
    }

    .riphean-heritage__image--secondary {
        position: absolute;
        bottom: clamp(-50px, -8vw, -30px);
        right: clamp(16px, 8vw, 120px);
    }
}

@media (max-width: 768px) {
    .riphean-heritage {
        display: block;
        padding: clamp(70px, 12vw, 120px) 0;
    }

    .riphean-heritage__facts {
        grid-template-columns: 1fr;
    }

    .riphean-heritage__visuals {
        flex-direction: column;
    }

    .riphean-heritage__image--primary {
        width: clamp(240px, 70vw, 360px);
        height: clamp(280px, 78vw, 420px);
    }

    .riphean-heritage__image--secondary {
        position: relative;
        inset: auto;
        width: clamp(220px, 62vw, 320px);
        height: clamp(240px, 68vw, 340px);
        transform: rotate(0deg);
        margin-top: 24px;
    }

    .riphean-heritage__badge {
        position: relative;
        top: auto;
        left: auto;
        margin: 28px auto;
        /* align-self: flex-start; */
    }
}

@media (max-width: 520px) {
    .riphean-heritage__eyebrow {
        letter-spacing: 0.2em;
        text-align: center;
    }

    .riphean-heritage__title {
        font-size: clamp(2rem, 10vw, 2.6rem);
    }

    .riphean-heritage__lead {
        font-size: 0.98rem;
    }

    .riphean-heritage__fact {
        padding: clamp(18px, 8vw, 24px);
    }

    @keyframes riphean-bg-zoom {
        0% {
            background-size: 350%;
        }

        100% {
            background-size: 450%;
        }
    }

}

/* ============================================
   Marble Interior Showcase Section
   ============================================ */

.marble-showcase-section {
    padding: 100px 0;
    /* background: linear-gradient(135deg, var(--brand-deep, #0f1e20) 0%, var(--brand-ink, #1f3437) 100%); */
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 60px);
}

.marble-showcase-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(213, 182, 133, 0.15), transparent 60%);
    pointer-events: none;
}

.marble-showcase-grid {
    width: 50%;
    padding: 1rem 1.3rem;
    background: radial-gradient(circle at 30% 20%, #303022, transparent 134%);
    align-items: center;
    position: relative;
    z-index: 1;
}

.site-header__navigation {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 2em;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6, 18, 21, 0.3) 0%, rgba(31, 52, 55, 0.2) 100%);
    pointer-events: none;
}

.marble-showcase-content {
    padding: 40px 0;
}

.showcase-eyebrow {
    display: block;
    color: var(--brand-gold, #d5b685);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}

.showcase-title {
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--brand-cream, #f6f1ea);
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: left;
}

.showcase-description {
    color: var(--text-muted, rgba(246, 241, 234, 0.72));
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 32px;
}

.showcase-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--brand-cream, #f6f1ea);
    font-size: 1rem;
}

.feature-icon {
    width: 24px;
    height: 24px;
    color: var(--brand-gold, #d5b685);
    flex-shrink: 0;
}

.showcase-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: var(--brand-gold, #d5b685);
    color: var(--brand-forest, #061215);
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(213, 182, 133, 0.3);
}

.showcase-cta:hover {
    background: var(--brand-amber, #f2d7b5);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(213, 182, 133, 0.4);
}

/* Responsive */
@media (max-width: 1024px) {
    .marble-showcase-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .marble-showcase-section {
        padding: 60px 0;
        min-height: 100vh;
    }

    .marble-showcase-content {
        padding: 0;
    }

    .showcase-title {
        font-size: 1.8rem;
    }

    .showcase-description {
        font-size: 1rem;
    }
}

/* ============================================
   Contacts Section - Luxury Theme
   ============================================ */

.contacts-section__header {
    text-align: center;
    margin-bottom: clamp(30px, 8vw, 40px);
    position: relative;
    z-index: 1;
}

.contacts-section__title {
    margin: 0;
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--brand-gold, #d5b685);
    text-transform: uppercase;
}

.contacts-section__subtitle {
    margin: 16px auto 0;
    max-width: 600px;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.7;
    color: rgba(246, 241, 234, 0.75);
}

.contacts-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px) 2rem;
}

@media (min-width: 1024px) {
    .contacts-grid {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

.contacts-map-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.office-info {
    padding: 1rem 2rem;
    background: rgba(15, 30, 32, 0.6);
    border: 1px solid rgba(213, 182, 133, 0.2);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.office-info h3 {
    margin: 0 0 20px;
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    color: var(--brand-gold, #d5b685);
    letter-spacing: 0.02em;
}

.office-info__company {
    display: block;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--brand-cream, #f6f1ea);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.office-info__address,
.office-info__contact,
.office-info__hours {
    display: block;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(246, 241, 234, 0.8);
    margin-bottom: 8px;
}

.office-info__contact a {
    color: var(--brand-gold, #d5b685);
    text-decoration: none;
    transition: color 0.3s ease;
}

.office-info__contact a:hover {
    color: var(--brand-amber, #f2d7b5);
}

.map-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(213, 182, 133, 0.2);
    aspect-ratio: 16 / 9;
    min-height: 350px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.contacts-form-column {
    display: flex;
    flex-direction: column;
}

.form-header h3 {
    margin: 0 0 12px;
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    color: var(--brand-gold, #d5b685);
    letter-spacing: 0.02em;
}

.form-header p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(246, 241, 234, 0.75);
}

.luxury-form {
    padding: clamp(32px, 5vw, 48px);
    background: rgba(15, 30, 32, 0.6);
    border: 1px solid rgba(213, 182, 133, 0.2);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.luxury-form-group {
    margin-bottom: 24px;
}

.luxury-form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-gold, #d5b685);
}

.luxury-input,
.luxury-textarea {
    width: 100%;
    padding: 14px 18px;
    font-size: 1rem;
    font-family: inherit;
    color: var(--brand-cream, #f6f1ea);
    background: rgba(6, 18, 21, 0.6);
    border: 1px solid rgba(213, 182, 133, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
    outline: none;
}

.luxury-input::placeholder,
.luxury-textarea::placeholder {
    color: rgba(246, 241, 234, 0.4);
}

.luxury-input:focus,
.luxury-textarea:focus {
    border-color: var(--brand-gold, #d5b685);
    background: rgba(6, 18, 21, 0.8);
    box-shadow: 0 0 0 3px rgba(213, 182, 133, 0.1);
}

.luxury-input:invalid:not(:placeholder-shown),
.luxury-textarea:invalid:not(:placeholder-shown) {
    border-color: #e57373;
    background: rgba(229, 115, 115, 0.05);
}

.luxury-textarea {
    min-height: 140px;
    resize: vertical;
}

.luxury-submit-button {
    width: 100%;
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand-forest, #061215);
    background: var(--brand-gold, #d5b685);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(213, 182, 133, 0.3);
}

.luxury-submit-button:hover {
    background: var(--brand-amber, #f2d7b5);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(213, 182, 133, 0.4);
}

.luxury-submit-button:active {
    transform: translateY(0);
}

.luxury-submit-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.status-message {
    display: none;
    margin-top: 20px;
    padding: 20px 24px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
    animation: slideInDown 0.5s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    position: relative;
}

.status-message::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.status-message.success {
    background: linear-gradient(135deg, rgba(183, 235, 143, 0.2), rgba(183, 235, 143, 0.1));
    color: #b7eb8f;
    border: 2px solid rgba(183, 235, 143, 0.4);
}

.status-message.success::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiN2ViOGYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjIgMTEuMDhWMTJhMTAgMTAgMCAxIDEtNS45My05LjE0Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMjIgNCAxMiAxNC4wMSA5IDExLjAxIj48L3BvbHlsaW5lPjwvc3ZnPg==');
}

.status-message.error {
    background: linear-gradient(135deg, rgba(229, 115, 115, 0.2), rgba(229, 115, 115, 0.1));
    color: #e57373;
    border: 2px solid rgba(229, 115, 115, 0.4);
}

.status-message.error::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNlNTczNzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PGxpbmUgeDE9IjE1IiB5MT0iOSIgeDI9IjkiIHkyPSIxNSI+PC9saW5lPjxsaW5lIHgxPSI5IiB5MT0iOSIgeDI9IjE1IiB5Mj0iMTUiPjwvbGluZT48L3N2Zz4=');
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1023px) {
    .contacts-grid {
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .contacts-section {
        padding: 60px 0;
    }

    .contacts-section__header {
        margin-bottom: 50px;
    }

    .office-info,
    .luxury-form {
        padding: 24px;
    }

    .map-container {
        min-height: 320px;
    }
}

@media (max-width: 520px) {

    section#contacts,
    .contacts-section {
        padding: 2rem 0;
    }

    #contact-form {
        padding: 20px;
    }

    .luxury-input,
    .luxury-textarea {
        padding: 12px 16px;
        font-size: 0.95rem;
    }

    .luxury-submit-button {
        padding: 14px 28px;
        font-size: 0.95rem;
    }

    .riphean-heritage__image,
    .riphean-heritage__image--secondary,
    .riphean-heritage__image--primary,
    .riphean-heritage__glow {
        width: 100%;
    }

    .showcase-description {
        font-size: 0.8rem;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    a.showcase-cta.btn.btn--primary {
        position: absolute;
        min-width: 87vw;
        bottom: -11vh;
    }

    h2.showcase-title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .marble-showcase-grid {
        padding: 0.5rem;

    }

    .section-header__title.text-left {
        text-align: center;
    }

    .showcase-features {
        gap: 4px;
        margin-bottom: 5px;
    }

    .feature-item {
        gap: 3.2px;
        font-size: 0.8rem;
    }

    .experience-masterpiece {
        padding-top: 40px;
    }

    .btn.btn--ghost,
    .btn--ghost {
        margin: auto;
    }

    body.has-site-header {
        padding-top: 56px !important;
    }

    .hero__content {
        gap: 16px;
        text-align: center;
    }

    p,
    p.riphean-heritage__lead,
    p.hero__lead,
    p.hero__body {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .riphean-heritage {
        min-height: auto;
        padding: 16px 0;
    }

    .riphean-heritage__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .marble-showcase-section {
        padding: 50px 10px;
        justify-content: flex-start;
        background-position: 90%;
    }

    footer .callback-button {
        max-width: 80% !important;
    }

    .product-hero {
        height: 56vh;
        display: flex;
        align-items: flex-end;
    }

    .product-hero__inner {
        height: 100%;
        justify-content: space-between;
    }

}


/* ============================================
   Categories Section - Luxury Theme
   ============================================ */

.categories-section {
    position: relative;
    padding: clamp(80px, 10vw, 120px) 0;
    background: linear-gradient(135deg, var(--brand-ink, #1f3437) 0%, var(--brand-deep, #0f1e20) 100%, url('/images/ai/marble_5/marble_5_cu.jpg'));
    overflow: hidden;
}

.categories-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(213, 182, 133, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(213, 182, 133, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.categories-section__header {
    text-align: center;
    margin-bottom: clamp(50px, 7vw, 70px);
    position: relative;
    z-index: 1;
}


.categories-section__title {
    margin: 0;
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--brand-gold, #d5b685);
}

.categories-section__subtitle {
    margin: 16px auto 0;
    max-width: 700px;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.7;
    color: rgba(246, 241, 234, 0.75);
}

.categories-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 60px);
}

@media (min-width: 768px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(15, 30, 32, 0.6);
    border: 1px solid rgba(213, 182, 133, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: inherit;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
    border-color: rgba(213, 182, 133, 0.4);
}

.category-card__image-container {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    background: var(--brand-ink, #1f3437);
}

.category-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.category-card:hover .category-card__image {
    transform: scale(1.08);
}

.category-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 14px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--brand-gold, #d5b685) 0%, var(--brand-amber, #f2d7b5) 100%);
    color: var(--brand-forest, #061215);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.category-card__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(15, 30, 32, 0.9), transparent);
    pointer-events: none;
    z-index: 1;
}

.category-card__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-card__title {
    margin: 0;
    /* font-family: 'Playfair Display', serif; */
    font-size: 1.5rem;
    line-height: 1.3;
    color: var(--brand-cream, #f6f1ea);
    letter-spacing: 0.02em;
}

.category-card__description {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(246, 241, 234, 0.75);
}

.category-card__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(213, 182, 133, 0.15);
}

.category-card__count {
    font-size: 0.8rem;
    color: var(--brand-gold, #d5b685);
    font-weight: 600;
}

.category-card__link {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--brand-gold, #d5b685);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.category-card:hover .category-card__link {
    gap: 10px;
    color: var(--brand-amber, #f2d7b5);
}

@media (max-width: 768px) {
    .categories-section {
        padding: 60px 0;
    }

    .categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .category-card__content {
        padding: 20px;
    }

    .category-card__title {
        font-size: 1.3rem;
    }
}

/* ============================================
   NEW PRODUCTS PAGE REDESIGN - 2025
   Beautiful category grid with hero section
   ============================================ */

/* Products Page Hero Section */
.products-page-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(214deg, #2a2723 10%, #302b6300 50%, #151513 96%),
        url(/images/ai/marble_5/marble_5_cu.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 80px 20px;
}


.products-page-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.products-page-hero__eyebrow {
    display: inline-block;
    color: var(--gold, #ba934e);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.products-page-hero__title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    /* font-weight: 700; */
    /* color: #ffffff; */
    margin: auto;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    /* background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.products-page-hero__subtitle {
    font-size: 1.425rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Products Categories Section */
.products-categories-section {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg, rgba(12, 26, 29, 0.98) 0%, rgba(20, 35, 40, 0.95) 45%, rgba(15, 25, 28, 0.98) 100%);
    overflow: hidden;
}

.products-categories-section::before {
    content: "";
    inset: 0;
    background: radial-gradient(circle at 18% 22%, rgba(196, 169, 98, 0.15) 0%, rgba(12, 26, 29, 0) 55%),
        radial-gradient(circle at 82% 18%, rgba(196, 169, 98, 0.08) 0%, rgba(15, 25, 28, 0) 60%),
        linear-gradient(120deg, rgba(196, 169, 98, 0.05) 0%, rgba(196, 169, 98, 0) 55%);
    opacity: 0.8;
    pointer-events: none;
}

.products-categories-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(160deg, rgba(196, 169, 98, 0.06) 0%, rgba(196, 169, 98, 0.02) 38%, rgba(196, 169, 98, 0) 70%);
    mix-blend-mode: screen;
    opacity: 0.45;
    pointer-events: none;
}

.products-categories-section .container {
    position: relative;
    z-index: 2;
}

/* Products Categories Grid */
.products-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Products Category Card */
.products-category-card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(155deg, rgba(7, 15, 17, 0.92) 0%, rgba(4, 9, 10, 0.88) 65%, rgba(12, 24, 27, 0.92) 100%);
    border: 1px solid rgba(193, 142, 97, 0.28);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.38);
    cursor: pointer;
    transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.products-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(213, 182, 133, 0.12);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.45s ease;
}

.products-category-card:hover {
    transform: translateY(-10px);
    border-color: rgba(213, 182, 133, 0.45);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4);
}

.products-category-card:hover::after,
.products-category-card.active::after {
    opacity: 1;
}

.products-category-card.active {
    border-color: rgba(213, 182, 133, 0.6);
    box-shadow: 0 28px 56px rgba(213, 182, 133, 0.22);
}

.products-category-card__image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 72%;
    overflow: hidden;
    background: #0f1e20;
}

.products-category-card__image-wrapper::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(213, 182, 133, 0.35);
    border-radius: 14px;
    z-index: 2;
    opacity: 0.35;
    transition: opacity 0.4s ease;
}

.products-category-card:hover .products-category-card__image-wrapper::before,
.products-category-card.active .products-category-card__image-wrapper::before {
    opacity: 0.75;
}

.products-category-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.7s ease;
}

.products-category-card:hover .products-category-card__image {
    transform: scale(1.08);
}

.products-category-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 15, 17, 0) 20%, rgba(7, 15, 17, 0.85) 100%);
    opacity: 0.75;
    transition: opacity 0.45s ease;
}

.products-category-card:hover .products-category-card__overlay {
    opacity: 0.95;
}

.products-category-card__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0a0a0a;
    background: linear-gradient(135deg, #f2d7b5 0%, #d5b685 100%);
    box-shadow: 0 12px 24px rgba(213, 182, 133, 0.35);
    z-index: 3;
}

.products-category-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: clamp(1.75rem, 3vw, 2.5rem);
}

.products-category-card__title {
    margin: 0;
    font-size: clamp(1.4rem, 4vw, 1.7rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f6f1ea;
    transition: color 0.35s ease;
}

.products-category-card:hover .products-category-card__title,
.products-category-card.active .products-category-card__title {
    color: #d5b685;
}

.products-category-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(246, 241, 234, 0.72);
    transition: color 0.35s ease, transform 0.35s ease;
}

.products-category-card__cta svg {
    width: 18px;
    height: 18px;
    transition: transform 0.35s ease;
}

.products-category-card:hover .products-category-card__cta,
.products-category-card.active .products-category-card__cta {
    color: #d5b685;
}

.products-category-card:hover .products-category-card__cta svg,
.products-category-card.active .products-category-card__cta svg {
    transform: translateX(6px);
}

/* Products Grid Section (when category selected) */
.products-grid-section {
    position: relative;
    padding: 20px 20px;
    background: linear-gradient(142deg, rgba(6, 14, 16, 0.98) 0%, rgba(10, 21, 24, 0.94) 54%, rgba(16, 34, 37, 0.96) 100%);
    overflow: hidden;
    color: var(--brand-cream, #f6f1ea);
}

.products-grid-section::before {
    content: "";
    position: absolute;
    inset: -10% -20% -10% -20%;
    background: radial-gradient(circle at 18% 18%, rgba(213, 182, 133, 0.24) 0%, rgba(11, 22, 25, 0) 52%),
        radial-gradient(circle at 82% 12%, rgba(186, 147, 78, 0.18) 0%, rgba(11, 22, 25, 0) 55%);
    opacity: 0.85;
    pointer-events: none;
}

.products-grid-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 38%, rgba(255, 255, 255, 0) 70%);
    mix-blend-mode: screen;
    opacity: 0.3;
    pointer-events: none;
}

.products-grid-section .container {
    position: relative;
    z-index: 2;
}

.products-grid-header {
    margin-bottom: clamp(40px, 6vw, 60px);
}

.products-grid-header__title-area {
    margin-bottom: clamp(24px, 4vw, 36px);
}

.products-grid-header__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(246, 241, 234, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.products-grid-header__back:hover {
    color: var(--gold, #ba934e);
    transform: translateX(-4px);
}

.products-grid-header__back svg {
    width: 20px;
    height: 20px;
}

.products-grid-header__title {
    font-size: clamp(1.85rem, 3.2vw, 2.8rem);
    font-weight: 600;
    color: var(--brand-cream, #f6f1ea);
    margin: 0;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.products-grid-header__count {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(213, 182, 133, 0.85);
    margin-left: 10px;
    letter-spacing: 0.18em;
    display: block;
}

/* Products Grid Filters */
.products-grid-filters {
    display: grid;
    grid-template-columns: minmax(260px, 2fr) minmax(180px, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 28px 32px;
    margin-top: 30px;
    border-radius: 18px;
    background: linear-gradient(132deg, rgba(16, 32, 35, 0.94) 0%, rgba(10, 21, 24, 0.92) 55%, rgba(7, 15, 17, 0.9) 100%);
    border: 1px solid rgba(213, 182, 133, 0.24);
    box-shadow: 0 36px 90px -40px rgba(0, 0, 0, 0.6);
}

.products-grid-filters__search {
    position: relative;
}

.products-grid-filters__search .search-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(246, 241, 234, 0.55);
    pointer-events: none;
    transition: color 0.3s ease;
}

.products-grid-filters__input {
    width: 100%;
    padding: 14px 18px 14px 54px;
    border: 1px solid rgba(213, 182, 133, 0.22);
    border-radius: 12px;
    font-size: 0.95rem;
    line-height: 1.2;
    transition: all 0.3s ease;
    background: rgba(8, 16, 18, 0.82);
    color: var(--brand-cream, #f6f1ea);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.products-grid-filters__input::placeholder {
    color: rgba(246, 241, 234, 0.45);
    letter-spacing: 0.2px;
}

.products-grid-filters__input:hover {
    border-color: rgba(213, 182, 133, 0.45);
}

.products-grid-filters__input:focus {
    outline: none;
    border-color: rgba(213, 182, 133, 0.7);
    box-shadow: 0 0 0 4px rgba(213, 182, 133, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14);
    background: rgba(10, 21, 24, 0.96);
}

.products-grid-filters__search:focus-within .search-icon {
    color: var(--gold, #ba934e);
}

.products-grid-filters__select {
    padding: 14px 48px 14px 18px;
    border: 1px solid rgba(213, 182, 133, 0.22);
    border-radius: 12px;
    font-size: 0.95rem;
    background: rgba(8, 16, 18, 0.82);
    color: var(--brand-cream, #f6f1ea);
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    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 fill='%23a68c52' d='M6 8a.99.99 0 0 1-.7-.29l-5-5A1 1 0 0 1 1.4.3L6 4.88 10.6.3a1 1 0 0 1 1.4 1.41l-5 5A.99.99 0 0 1 6 8Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px;
}

.products-grid-filters__select:hover {
    border-color: rgba(213, 182, 133, 0.45);
}

.products-grid-filters__select:focus {
    outline: none;
    border-color: rgba(213, 182, 133, 0.7);
    box-shadow: 0 0 0 4px rgba(213, 182, 133, 0.16);
}

.products-grid-filters__submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: linear-gradient(135deg, var(--gold, #ba934e) 0%, #d4af37 100%);
    color: #ffffff;
    border: none;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.6px;
    justify-self: end;
    box-shadow: 0 18px 32px -12px rgba(186, 147, 78, 0.45);
}

.products-grid-filters__submit:hover {
    background: linear-gradient(135deg, #d4af37 0%, var(--gold, #ba934e) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(186, 147, 78, 0.35);
}

.products-grid-filters__submit:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(186, 147, 78, 0.3);
}

.products-grid-filters__submit svg {
    width: 18px;
    height: 18px;
}

/* No Products Message */
.no-products-message {
    text-align: center;
    padding: 80px 20px;
    color: rgba(246, 241, 234, 0.75);
    background: rgba(8, 16, 18, 0.52);
    border: 1px solid rgba(213, 182, 133, 0.24);
    border-radius: 20px;
    box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.55);
    max-width: 540px;
    margin: 60px auto 0;
}

.no-products-message p {
    font-size: 1.125rem;
    margin-bottom: 0;
    color: var(--brand-cream, #f6f1ea);
}

/* Responsive Design */

@media (min-width: 375px) {
    .col1-3 {
        width: calc(100% - 10px);
        margin: 5px;
    }

    #main-header.scrolled #logotext {
        font-size: 1.66em;
    }

    #main-header.scrolled #logospiral>path {
        /* stroke:white; */
        stroke-width: 4px;
    }

    .slide-desc-norm {
        width: 87vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 200px 0 10vh;
    }


    h2 {
        font-size: 2em;
        line-height: 1.1;
        text-align: center;
        margin: 0 0 0.4em;
    }

    h3 {
        font-size: 1.25em;
        margin: 0 0 0.5em;
        line-height: 1;
    }

}


@media (min-width: 414px) {
    #main-header #logoboxes {
        top: -4%;
    }

    #main-header.scrolled #logoboxes {
        width: 100px;
        height: 60px;
        opacity: 1;
        left: -2%;
        top: 1%;
        transform: translate(0%, 0%) rotate(0deg);
    }

    #main-header #logotext {
        font-size: 1.9em
    }

    #main-header #logospiral {
        height: 76%;
    }
}



/* Media query for responsive design */
@media (max-width: 768px) {
    header ul li {
        display: block;
        margin: 10px 0;
    }

    footer ul li {
        display: block;
        margin: 10px 0;
    }

    .footer {
        padding: 3rem 1rem 2rem;
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 2rem;
        max-width: 140px;
    }

    .footer-description {
        margin: 0 auto 2rem;
        max-width: 100%;
    }

    .footer-social {
        justify-content: center;
        margin: 2rem auto;
    }

    .footer-title {
        margin-top: 2.5rem;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-contact li {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-contact li i {
        margin: 0;
    }

    .copyright {
        margin-top: 3rem;
        font-size: 0.8rem;
    }

    .copyright a {
        display: block;
        margin: 0.5rem 0;
    }

    .footer-nav li {
        margin-bottom: 1.25rem;
    }

    .footer-nav a,
    .footer-contact a {
        padding: 0.5rem;
        display: inline-block;
    }

    .footer-social a {
        width: 45px;
        height: 45px;
    }

    .products-hero-banner {
        padding: 1.5em 0.5em;
        min-height: 180px;
    }

    .products-hero-banner h1 {
        font-size: 1.3em;
        margin-bottom: 0.5em;
    }

    .luxury-container {
        padding: 0 2vw;
    }

    .luxury-products-grid {
        display: flex;
        flex-direction: column;
        gap: 1.2em;
    }

    .luxury-product-card-container {
        width: 100%;
        margin: 0 auto 1em auto;
        padding: 0.5em 0.2em;
        box-sizing: border-box;
    }

    .luxury-product-card {
        flex-direction: column;
        align-items: stretch;
        min-width: 0;
        min-height: 0;
    }

    .product-img-wrapper {
        width: 100%;
        min-height: 120px;
        max-height: 180px;
        border-radius: 18px;
        overflow: hidden;
    }

    .product-img-wrapper img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 18px;
    }

    .product-info {
        padding: 0.5em 0.2em;
        text-align: left;
    }

    .product-title {
        font-size: 1.1em;
        margin-bottom: 0.2em;
    }



    .product-cart-actions {
        margin-top: 0.5em;
        text-align: right;
    }

    .add-to-cart-btn {
        font-size: 1em;
        padding: 0.5em 1.2em;
        border-radius: 8px;
    }

    .category-filters {
        flex-wrap: wrap;
        gap: 0.5em;
        justify-content: flex-start;
        margin-bottom: 1em;
    }

    .category-btn {
        font-size: 1em;
        padding: 0.4em 1em;
        border-radius: 8px;
        margin-bottom: 0.3em;
    }

    .view-cart-button {
        right: 12px !important;
        bottom: 12px !important;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        font-size: 1.3em;
    }

    .view-cart-button .cart-count {
        font-size: 0.95em;
        top: 2px;
        right: 2px;
    }

    /* Ð¤Ð¾Ñ€Ð¼Ð° Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ð°Ñ†Ð¸Ð¸ */
    form.mb-4 {
        padding: 0.5em 0.2em;
        max-width: 100%;
    }

    form.mb-4 .form-label {
        font-size: 0.95em;
    }

    form.mb-4 .form-control,
    form.mb-4 .form-select {
        font-size: 1em;
        padding: 0.5em 0.7em;
        border-radius: 8px;
    }

    form.mb-4 .btn {
        font-size: 1em;
        padding: 0.6em 0;
        border-radius: 8px;
    }

    /* ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ð¸ */
    .category-selector {
        margin-bottom: 1.2em;
    }

    .category-title {
        font-size: 1.1em;
        margin-bottom: 0.5em;
    }

    /* Featured categories */
    .featured-categories {
        flex-direction: column;
        gap: 0.7em;
    }

    .featured-category-card {
        font-size: 1em;
        padding: 0.7em 1em;
        border-radius: 10px;
        margin-bottom: 0.5em;
    }

    .container {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .hamburger {
        right: 20px;
        top: 20px;
        position: fixed;
        z-index: 10002;
        background: rgba(0, 0, 0, 0.7);
        padding: 8px;
        border-radius: 8px;
    }

    #menu ul {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    #menu ul li a {
        font-size: 20px;
        padding: 12px 20px;
    }

    .hero-h1 {
        width: 100%;
        font-size: 1.8em !important;
        line-height: 1.2;
        text-align: center;
        margin: 10px 0;
    }


    section {
        padding: 16px 12px;
    }

    .container {
        padding: 0 12px;
        max-width: 100%;
    }

    #contacts {
        padding: 20px 12px;
    }

    .flex-row {
        flex-direction: column !important;
        gap: 20px;
    }

    .w-50 {
        width: 100% !important;
    }

    h1 {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 0.8rem;
    }

    h3 {
        font-size: 1.2rem;
        line-height: 1.3;
        margin-bottom: 0.6rem;
    }

    #contact-form {
        padding: 10px;
        max-width: 100%;
    }

    #contact-form input,
    #contact-form textarea,
    #contact-form button {
        font-size: 16px !important;
    }


    .products-page-hero {
        min-height: 40vh;
        padding: 60px 20px;
    }

    .products-page-hero__title {
        font-size: 2rem;
        margin: 0.5rem auto 2rem;
    }

    .products-categories-section {
        padding: 60px 20px;
    }

    .products-categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .products-grid-filters {
        grid-template-columns: 1fr;
        padding: 22px;
        gap: 14px;
    }

    .products-grid-filters__select,
    .products-grid-filters__submit {
        width: 100%;
        min-width: auto;
    }

    .products-grid-filters__submit {
        justify-self: stretch;
    }

    .products-grid-header__title {
        font-size: 1.75rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .products-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-grid-filters {
        grid-template-columns: minmax(240px, 1.4fr) minmax(170px, 1fr);
    }

    .products-grid-filters__submit {
        justify-self: stretch;
    }
}

/* ========================================
   WhatsApp Floating Button & Styles
   ======================================== */

.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 2147483647;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
    color: white;
}

.whatsapp-float__tooltip {
    position: absolute;
    right: 70px;
    background: var(--color-surface, #1f3437);
    color: var(--color-cream, #f6f1ea);
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.whatsapp-float__tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: var(--color-surface, #1f3437);
}

.whatsapp-float:hover .whatsapp-float__tooltip {
    opacity: 1;
    visibility: visible;
}

/* WhatsApp Button (inline) */
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    background: #25D366;
    color: white;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-whatsapp:hover {
    background: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    color: white;
}

.btn-whatsapp svg {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 16px;
        right: 16px;
        width: 54px;
        height: 54px;
        /* iOS Safari safe area */
        bottom: calc(16px + env(safe-area-inset-bottom, 0px));
        right: calc(16px + env(safe-area-inset-right, 0px));
    }

    .whatsapp-float__tooltip {
        display: none;
    }

    .btn-whatsapp {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}



@media (max-width: 575px) {
    body.has-site-header .hamburger {
        top: 3.5px;
        right: 5px;
        width: 20px;
        height: 19px;
        min-height: 19px;
        row-gap: 5px;
        position: absolute;
    }

    body.has-site-header .site-header__brand {
        width: calc(100% - 50px);
        display: flex;
        justify-content: space-around;
    }

    body.has-site-header #main-header .site-header__inner {
        width: 100%;
    }
}




@media (max-width: 480px) {
    .hero-h1 {
        font-size: 1.5em !important;
    }

    section {
        padding: 12px 8px;
    }





}