body {
    font-family: 'Outfit', sans-serif;
}

h1,
h2,
h3 {
    margin: 0 0 20px;
    color: #000;
    font-weight: 400 !important;
    font-family: 'Playfair Display', serif;
}

h1 {
    font-size: 500% !important;
}

h2 {
    font-size: 225%;
}

h3 {
    font-size: 150%;
    font-weight: 400;
}

ul,
ol {
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.br-10 {
    border-radius: 10px;
}

.br-20 {
    border-radius: 20px;
}

div#page {
    overflow-x: hidden;
}

.fs-300 {
    font-size: 300%;
}

section {
    padding: 60px 0;
}

section.gold {
    padding: 50px 0;
    background: #C9922A;
}

section p:last-child {
    margin-bottom: 0;
}

section.gold {
    padding: 60px 0;
    background: #C9922A;
    color: #fff;
}

section.green h2,
section.green h3 {
    color: #fff;
}

.gold {
    color: #C9922A;
}

section.pink h3 {
    font-size: 140%;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}

.gold-text {
    color: #C9922A;
}

.bg-primary {
    background-color: #097f30 !important;
}

.page {
    margin: 0 !important;
}

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

.container-fluid {
    padding-right: var(--bs-gutter-x, 4rem);
    padding-left: var(--bs-gutter-x, 4rem);
}

.text-primary {
    color: #007e2d !important;
}

.icon-list p {
    margin-bottom: 8px;
}

.icon-list p i {
    color: #f60195;
}

.section-eyebrow {
    font-size: 9.5px;
    font-weight: 500;
    letter-spacing: 0.46em;
    text-transform: uppercase;
    color: #A8782A;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.section-eyebrow::before {
    content: '';
    width: 26px;
    height: 1px;
    background: #A8782A;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    color: #111111;
    line-height: 1.14;
    margin-bottom: 16px;
}

.section-title em {
    font-style: italic;
    font-weight: 400;
    color: #A8782A;
}

.section-title-light {
    color: #FFFFFF;
}

.section-subtitle {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.80;
    color: #555555;
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

ol.flex-control-thumbs {
	display: flex;
	list-style: none;
}

ol.flex-control-thumbs li {
	margin-right: 10px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(26px);
    }

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

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-18px);
    }

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(26px);
    }

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


/* Hide Something From Pages */
section.full-page-section {
    padding: 0 !important;
    overflow-x: hidden;
}

.container.full-page-site {
    max-width: 100% !important;
    padding: 0 !important;
}

.col-12.full-page-col {
    padding: 0 !important;
    margin: 0 !important;
}

h1.page-main-title {
    display: none !important;
}

/* NAVIGATION */
/* Top Bar */
.top-bar {
	background: #ffffff;
	border-bottom: 1px solid rgba(201, 168, 76, 0.3);
	width: 100%;
	padding: 20px 0;
}

.top-bar .prices {
	display: flex;
	align-items: stretch;
}

.top-bar .price-labels {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 14px;
	border-right: 1px solid rgba(201, 168, 76, 0.3);
}

.top-bar .price-label {
	font-size: 11.5px;
	font-weight: 600;
	color: #c9a84c;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.top-bar .price-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 14px;
	border-right: 1px solid rgba(201, 168, 76, 0.3);
}

.top-bar .price-col-last {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 14px;
}

.top-bar .price-col-header {
	font-size: 10px;
	color: #666666;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 1px;
}

.top-bar .price-value {
	font-size: 12.5px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.4;
}

.top-bar .logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-bar .logo-wrap img {
	width: 250px;
	display: block;
}

.site-header .actions {
	display: flex;
	align-items: center;
	gap: 16px;
}
.site-header .actions .btn-primary{
padding: 8px 12px;
}

.site-header .nav-action {
	display: flex;
	align-items: center;
	gap: 10px;
}

.site-header .icon-sep {
	width: 1px;
	height: 20px;
	background: rgba(201, 168, 76, 0.3);
}

.site-header .bsk-icon {
	background: none;
	border: none;
	cursor: pointer;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	transition: color 0.2s ease;
	text-decoration: none;
}

 .site-header .bsk-icon:hover {
	color: #c9a84c;
}

.site-header .bsk-icon i {
	font-size: 18px;
}
@media screen and (max-width: 368px) {
            .top-inner {
                padding: 10px 5px;
            }
        }

.navbar {
    z-index: 999;
    width: 100%;
    padding: 15px 0;
    box-shadow: 0px 10px 10px -10px #bbb;
    background: #a7782a;
}

.navbar .logo {
    width: 150px;
    transition: all 0.3s;
	display: none !important;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto !important;
}

.pages nav {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 30px;
    background: #007d2e;
}

.navbar-toggler {
    padding: 0 !important;
}

.navbar-toggler i.fa-solid.fa-bars {
    color: #fff;
}

.nav-link {
    color: #fff !important;
    padding: 0 15px !important;
    transition: .2s;
    font-size: 115%;
    font-family: 'Playfair Display', serif;
}

.nav-link:hover {
    color: #ccc !important;
    transition: .2s;
}

.nav-link.active {
    font-weight: 600;
    color: #ccc !important;
}

.dropdown-menu {
    padding: 10px 20px 20px;
    background: #fff;
    width: unset;
    box-shadow: 0px 10px 10px -3px #555;
    border: 0;
    border-radius: 0;
}

.dropdown-menu[data-bs-popper] {
	top: 150%;
}

.dropdown-menu a {
    color: #222;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid rgb(167 120 41 / 50%);
    padding: 10px 0;
    transition: .2s;
    font-family: 'Playfair Display', serif;
    font-size: 110%;
}

.dropdown-menu a:hover {
    background: #fff;
    color: #a77829;
    transition: .2s;
}

.dropdown-menu .nav-item {
    margin: 0;
}

.dropdown-menu.depth_1 {
    position: absolute;
    left: 100%;
    top: -40%;
    border-radius: 0 .25rem .25rem 0;
    box-shadow: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #a7782a;
    background-color: unset;
}

.nav-item {
    position: relative;
}

/* BUTTONS */
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #A8782A;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    padding: 18px 40px;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-color: #A8782A;
}

.btn-primary:hover {
    background: #000000;
    border-color: #000000;
    gap: 20px;
}

.btn-primary.hero-btn-primary:hover {
    background: #A8782A;
    border-color: #A8782A;
    gap: 20px;
}

.btn-primary.cta-band-btn:hover {
    background: #FFFFFF;
    color: #111111;
    gap: 20px;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    padding: 18px 40px;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-color: #000000;
}

.btn-secondary:hover {
    background: #A8782A;
    border-color: #A8782A;
    gap: 20px;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

.btn-outline:hover {
    color: #C9922A;
    border-bottom-color: #C9922A;
    gap: 16px;
}

/* MAIN */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    padding: 3rem 0;
    overflow: hidden;
    background: #0C0B09;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    filter: brightness(0.32) saturate(0.55);
    transform: scale(1.04);
    animation: heroZoom 12s ease forwards;
}

@keyframes heroZoom {
    from {
        transform: scale(1.04);
    }

    to {
        transform: scale(1.0);
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom,
            rgba(12, 11, 9, 0.10) 0%,
            rgba(12, 11, 9, 0.20) 40%,
            rgba(12, 11, 9, 0.75) 75%,
            rgba(12, 11, 9, 0.92) 100%);
}

.hero-accent-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, transparent 0%, #A8782A 35%, #A8782A 70%, transparent 100%);
    z-index: 3;
}

.hero-content {
    position: relative;
    z-index: 5;
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: #A8782A;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.5s forwards;
}

.hero-eyebrow-line {
    display: block;
    width: 32px;
    height: 1px;
    background: #A8782A;
    flex-shrink: 0;
}

.hero-title {
    line-height: 1.04;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
	margin-top: 0 !important;
    opacity: 0;
    animation: fadeInUp 0.7s ease 0.7s forwards;
}

.hero-title-em {
    display: block;
    font-style: italic;
    font-weight: 400;
    color: #C9922A;
    margin-top: 4px;
}

.hero-desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.9s forwards;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 0.6s ease 1.1s forwards;
}

.hero-btn-primary>* {
    position: relative;
    z-index: 1;
}

.hero-stats {
    position: absolute;
    right: 56px;
    bottom: 72px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
    opacity: 0;
    animation: fadeInRight 0.7s ease 1.3s forwards;
}

.hero-stat {
    text-align: right;
}

.hero-stat-num {
    font-size: 2rem;
    font-weight: 700;
    color: #C9922A;
    line-height: 1;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.hero-stat-bar {
    width: 100%;
    height: 1px;
    background: rgba(201, 146, 42, 0.4);
    margin: 6px 0;
}

.hero-stat-label {
    font-size: 8.5px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
}

.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 56px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 8.5px;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.28);
    opacity: 0;
    animation: fadeInUp 0.6s ease 1.5s forwards;
}

.hero-scroll-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #A8782A;
    animation: blink 2.2s ease infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

/* Trust Bar */
.trust-bar {
    background: #111111;
    border-bottom: 1px solid #222;
    overflow: hidden;
    position: relative;
    padding: 0;
    user-select: none;
}

.trust-bar::before,
.trust-bar::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.trust-bar::before {
    left: 0;
    background: linear-gradient(to right, #111111, transparent);
}

.trust-bar::after {
    right: 0;
    background: linear-gradient(to left, #111111, transparent);
}

.trust-track {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 18px 0;
    animation: marquee 28s linear infinite;
    will-change: transform;
}

.trust-track.paused {
    animation-play-state: paused;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, .55);
    white-space: nowrap;
    padding: 0 52px;
    font-family: 'Georgia', serif;
    transition: color 0.3s ease;
}

.trust-item:hover {
    color: rgba(255, 255, 255, .85);
}

.trust-item:hover .trust-icon {
    color: #c9942e;
    transform: scale(1.15);
}

.trust-icon {
    color: #A8782A;
    font-size: 14px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.trust-divider {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
    flex-shrink: 0;
    margin: 0 4px;
}


@media (max-width: 991.9px) {
    .hero-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-stats {
        position: static;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0 28px 10px;
    }

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

    .hero-scroll {
        left: 28px;
    }

    .hero-accent-line {
        display: none;
    }

    .hero-title {
        font-size: clamp(2.4rem, 8vw, 3.8rem) !important;
    }

    .intro-hero {
        grid-template-columns: 1fr;
    }

    .intro-left {
        padding: 0 28px 56px;
    }
}

.main-img {
    border: 5px solid #f60195;
}


/* About Section */
.section-about {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #F4F1EB;
}

.about-image {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.80) saturate(0.72);
    transition: transform 0.9s ease;
}

.about-image:hover img {
    transform: scale(1.04);
}

.about-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(168, 120, 42, 0.12) 0%, transparent 55%);
}

.about-content {
    padding: 90px 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F4F1EB;
}

.about-title {
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 24px;
}

.about-title em {
    font-style: italic;
    font-weight: 400;
    color: #A8782A;
}

.stat-item {
    border-top: 1px solid #DDD5C4;
    padding-top: 18px;
}

.stat-number {
    font-size: 2.4rem;
    font-weight: 700;
    color: #A8782A;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #888888;
    text-transform: uppercase;
}

/* Products Section */
.products-section {
    background: #fff;
}

/* WooCommerce Blocks on Home Page — match archive page styling */

/* Product list item */
.wc-block-product-template__responsive > li {
    margin-block-start: 0;
    margin: 0 3.8% 2.992em 0 !important;
    border: 1px solid #EDEAD4 !important;
    transition: all 0.32s ease !important;
    padding: 15px !important;
}

/* Override block centre-alignment */
.products-section .has-text-align-center {
    text-align: left !important;
}

/* Product title: remove blue link colour, set size */
.products-section .wc-block-grid__product-title,
.products-section .wc-block-grid__product-title a,
.products-section .wp-block-post-title a,
.products-section .woocommerce-loop-product__title {
    color: #111111 !important;
    text-decoration: none !important;
    font-family: 'Playfair Display', serif;
    font-size: 16px !important;
}

/* Price colour */
.products-section .wc-block-grid__product-price,
.products-section .wc-block-grid__product-price .price,
.products-section .wc-block-grid__product-price .amount,
.products-section .price,
.products-section .amount {
    color: #958e09 !important;
}

/* Add to cart / Buy Now button — gold to match archive page */
.products-section .wc-block-grid__product-add-to-cart .wp-block-button__link,
.products-section .wc-block-grid__product-button .wp-block-button__link,
.products-section .wp-block-woocommerce-product-template .wp-block-button__link,
.products-section ul.products li.product .wp-block-button__link,
.products-section .wp-block-button__link {
    background: #A8782A !important;
    background-color: #A8782A !important;
    color: #FFFFFF !important;
    border-color: #A8782A !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.26em !important;
    text-transform: uppercase !important;
    padding: 18px 40px !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
}

.products-section .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.products-section .wc-block-grid__product-button .wp-block-button__link:hover,
.products-section .wp-block-woocommerce-product-template .wp-block-button__link:hover,
.products-section .wp-block-button__link:hover {
    background: #000000 !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #FFFFFF !important;
}

.product-card {
    background: #FFFFFF;
    border: 1px solid #EDEAD4;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.32s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 52px rgba(168, 120, 42, .13);
    border-color: #C9922A;
}

/* BADGES */
.badge-group {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 10;
    display: flex;
    gap: 6px;
}

.badge-tag {
    background: #111111;
    color: #ffffff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 0;
}

.badge-tag.gold {
    background: #C9922A;
    color: #ffffff;
}

/* COIN FLIP */
.coin-flip-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #fff;
    perspective: 900px;
    overflow: hidden;
    position: relative;
}

.coin-flip-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.75s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.product-card:hover .coin-flip-inner {
    transform: rotateY(180deg);
}

.woocommerce-loop-category__title mark.count {
	display: none;
}

.coin-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.coin-face img {
    display: block;
    width: 90%;
    margin: auto;
}

.coin-face.back {
    transform: rotateY(180deg);
}

/* CARD BODY */
.product-card-body {
    padding: 22px 24px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-card-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.3;
    margin-bottom: 12px;
}


.price-amount {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111111;
}

.best-value {
    font-size: 0.75rem;
    font-weight: 600;
    color: #A8782A;
    margin-bottom: 18px;
    margin-top: 4px;
}

.product-card .btn-primary,
.product-card .btn-secondary {
    flex-direction: column;
    text-align: center;
}

/* Category Section */
.categories-section {
    padding: 60px 72px 92px;
    background: #fff;
}

.cat-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/2;
    cursor: pointer;
}

.cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.52) saturate(0.62);
    transition: transform 0.6s ease, filter 0.5s ease;
}

.cat-card:hover img {
    transform: scale(1.07);
    filter: brightness(0.42) saturate(0.55);
}

.cat-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12, 11, 9, .85) 0%, transparent 55%);
}

.cat-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 28px 24px;
}

.cat-card-label {
    font-size: 9.5px;
    font-weight: 500;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: #A8782A;
    margin-bottom: 8px;
}

.cat-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
}

.cat-card-arrow {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(168, 120, 42, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A8782A;
    transition: all 0.28s ease;
}

.cat-card:hover .cat-card-arrow {
    background: #A8782A;
    color: #FFFFFF;
    border-color: #A8782A;
}

/* Why Choose Section */
.why-section {
    background: #111111;
    padding: 88px 72px;
}

.why-section .section-subtitle {
    color: #777777;
    padding-top: 12px;
    border-top: 1px solid #1E1E1E;
}

.why-card {
    padding: 36px 28px;
    border-left: 1px solid #222222;
    transition: border-color 0.3s;
}

.why-card:hover {
    border-left-color: #A8782A;
}

.why-icon {
    display: block;
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1;
    margin-bottom: 15px;
    color: #A8782A;
}

.why-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.why-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.78;
    color: #888888;
}

.vp-card {
    padding: 42px 32px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .06);
    border-top: 2px solid transparent;
    transition: all 0.32s ease;
}

.vp-card:hover {
    border-top-color: #A8782A;
    background: rgba(168, 120, 42, .05);
}

.vp-icon {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(168, 120, 42, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #A8782A;
}


/* Testimonial Section */
.testimonials-section {
    background: #F4F1EB;
    padding: 88px 72px;
}

.testi-card {
    background: #FFFFFF;
    padding: 36px 32px;
    border-bottom: 3px solid transparent;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .045);
    transition: all 0.3s ease;
    height: 100%;
}

.testi-card:hover {
    border-bottom-color: #A8782A;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .09);
}

.testi-stars {
    color: #A8782A;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.testi-text {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.82;
    color: #333333;
    margin-bottom: 22px;
    font-style: italic;
}

.testi-author {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #A8782A;
}

.testi-location {
    font-size: 11px;
    color: #AAAAAA;
    margin-top: 3px;
}

/* Invest Section */
.invest-section {
    background: #FAFAF8;
    padding: 100px 72px;
}

.invest-card {
    padding: 36px 30px;
    background: #FFFFFF;
    border-bottom: 3px solid #EDEAD4;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.invest-card::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 0;
    background: #A8782A;
    transition: width 0.4s ease;
}

.invest-card:hover::after {
    width: 100%;
}

.invest-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .07);
    border-bottom-color: transparent;
}

.invest-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 900;
    color: #EBEBEB;
    line-height: 1;
    margin-bottom: 20px;
    transition: color 0.3s;
    padding-bottom: 8px;
    display: block;
}

.invest-card:hover .invest-num {
    color: #A8782A;
}

.invest-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 12px;
}

.invest-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.78;
    color: #555555;
}

/* Contact Page */
.contact-hero {
    position: relative;
    height: 42vh;
    min-height: 320px;
    overflow: hidden;
    background: #0C0B09;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 68px;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.contact-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.22) saturate(0.4);
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(12, 11, 9, .3) 0%, rgba(12, 11, 9, .7) 100%);
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: -0.02em;
}

.contact-hero-title em {
    font-style: italic;
    font-weight: 400;
    color: #C9922A;
}

.contact-hero-eyebrow {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.46em;
    text-transform: uppercase;
    color: #A8782A;
    margin-bottom: 16px;
    opacity: 0;
    animation: fadeInUp 0.6s ease 0.3s forwards;
}

.contact-section {
    padding: 88px 72px;
    background: #FAFAF8;
    overflow-x: hidden;
}

.contact-form-wrap {
    background: #FFFFFF;
    padding: 52px 52px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}

.form-row {
    margin-bottom: 24px;
}

.form-row label {
    display: block !important;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #888888;
}

.form-row input,
.form-row textarea,
.form-row select {
    width: 100%;
    border: none !important;
    border: 1px solid #CCCCCC !important;
    color: #1A1A1A !important;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 7px 10px !important;
    outline: none;
    resize: none;
    border-radius: 0;
    transition: border-color 0.28s ease;
    appearance: none;
    margin-top: 10px !important;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
    border-bottom-color: #A8782A;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
    color: #AAAAAA;
    font-size: 13px;
}

.form-row textarea {
    height: 120px;
}

.form-row select {
    cursor: pointer;
}

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #A8782A !important;
    color: #FFFFFF !important;
    border: none;
    padding: 14px 32px !important;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.28s ease;
}

.btn-gold:hover {
    background: #7A5418 !important;
}

.btn-gold--full {
    margin-top: 8px;
    width: 100%;
    justify-content: center;
}

.contact-info-panel {
    padding: 0 0 0 56px;
}

.contact-info-block {
    margin-bottom: 44px;
}

.contact-info-block h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
}

.contact-info-block p {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.80;
    color: #444444;
}

.contact-info-block a {
    color: #A8782A;
    text-decoration: none;
}

.contact-info-block a:hover {
    color: #7A5418;
}



@media (max-width: 991.9px) {
    .about-content {
        padding: 29px 36px;
    }

    .categories-section,
    .why-section,
    .testimonials-section,
    .invest-section,
    .contact-section {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767.9px) {
    .section-about {
        grid-template-columns: 1fr;
    }

    .about-image {
        min-height: 340px;
    }

    .about-content {
        padding: 56px 28px;
    }

    .contact-section {
        background: #fff;
        padding-top: 0;
    }

    .contact-form-wrap {
        padding: 0;
    }

    .contact-form-wrap {
        padding: 52px 0;
        box-shadow: none;
    }

    .contact-info-panel {
        padding: 0;
    }
}

@media (max-width: 440px) {
    .stat-number {
        font-size: 30px;
    }
}

ul.tick {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0;
}

ul.tick li {
    margin-bottom: 5px;
}

ul.tick li:before {
    content: '✓';
    margin-right: 15px;
    font-size: 150%;
    color: #fff;
}

ul.tick strong {
    font-size: 130%;
    font-weight: lighter;
}

div.img-div-servicing {
    background: url("assets/img/servicing.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-content {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

div.service {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: #eee;
}

div.service h2 {
    font-size: 130%;
}

img.service {
    border-radius: 10px 10px 0 0;
}

h2.consultation {
    font-size: 200%;
    margin-bottom: 0;
}


.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(assets/img/controls.png) !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 767.9px) {

    h1 {
        font-size: 200% !important;

    }

    h2 {
        font-size: 175%;
    }

    h3 {
        font-size: 150%;
    }

    .navbar-nav {
        text-align: center;
        margin-bottom: 0;
        align-items: flex-start;
    }

    .navbar-nav {
        margin-top: 0;
        padding-bottom: 2rem;
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .nav-item {
        margin: 5px 0;
        width: 100%;
    }

    .nav-link {
        font-size: 120%;
        margin-bottom: 15px;
        text-align: center;
    }

    ul.dropdown-menu {
        font-size: 100%;
        text-align: center;
        border: none;
        padding: 0;
        box-shadow: unset;
    }

    ul.dropdown-menu li {
        font-size: 100%;
        padding: unset;
    }

    ul.dropdown-menu li a {
        font-size: 120%;
        border-bottom: unset;
        padding: 0;
        margin-bottom: 25px;
    }

    .logo-wrap {
        position: relative;
        width: 100%;
    }

    .hero-section {
        padding: 50px 0 !important;
    }


    .benefits-bar {
        padding: 15px 0;
    }

    section.pink {
        padding: 40px 0;
    }

    .fs-300 {
        font-size: 175%;
    }

    .payment-types .row {
        gap: unset;
    }

    .payment-types img {
        max-width: 75px;
        margin: 0 auto 20px;
    }

    .main-section {
        text-align: center;
    }

    section p:last-child {
        margin-bottom: 1.5em;
    }

    div.img-div-content {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
    }

    .no-pt {
        padding-top: 0;
    }

    .carousel-caption {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 30px;
    }

    .carousel-caption h1 {
        font-size: 120% !important;
        text-shadow: 0 0 5px #222;
    }

    .carousel-caption h2 {
        font-size: 110% !important;
        text-shadow: 0 0 5px #222;
    }

    ul.tick {
        padding-left: 0;
    }

    ul.tick li {
        margin-bottom: 10px;
    }

    ul.tick.columns-2 {
        column-count: 1;
        margin-bottom: 0;
    }

    .page-template-home ul.tick.columns-2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991.9px) {

    .navbar {
        position: unset;
        justify-content: unset;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

    }

    .navbar-toggler {
        z-index: 999;
        border: none;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .btn-header a {
        margin-left: 0;
        display: inline-block;
        margin-bottom: 0;
    }

    .logo-mobile {
        width: 150px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
    }

    .animation:after {
        position: unset;
        width: unset;
        border-bottom: unset;
        transition: unset;
    }

    .carousel-caption h1 {
        font-size: 275%;
    }

    .carousel-caption h2 {
        font-size: 125%;
    }

    .appointment {
        text-align: center;
    }

    .appointment h2 {
        margin-bottom: 20px;
    }


    .appointment-banner {
        padding: 60px 0 !important;
    }

    .appointment-container {
        padding-top: unset;
    }

    h2.consultation {
        font-size: 150%;
    }
	
	.top-bar {
		padding: 10px 0;
	}

}

/* ── Mobile header colours (below Bootstrap md = 768px) ── */
@media screen and (max-width: 767.9px) {

    /* Top bar → gold */
    .top-bar {
        background: #a8782b;
        border-bottom: none;
    }

    .top-bar .price-label {
        color: #fff;
    }

    .top-bar .price-col-header {
        color: rgba(255, 255, 255, 0.75);
    }

    .top-bar .price-value {
        color: #fff;
    }

    .top-bar .price-labels,
    .top-bar .price-col {
        border-right-color: rgba(255, 255, 255, 0.3);
    }

    .site-header .bsk-icon {
        color: #fff;
    }

    .site-header .bsk-icon:hover {
        color: rgba(255, 255, 255, 0.7);
    }

    .site-header .icon-sep {
        background: rgba(255, 255, 255, 0.35);
    }

    /* Navbar → white */
    .navbar {
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .navbar-toggler i.fa-solid.fa-bars {
        color: #a7782a;
    }

    .nav-link {
        color: #1a1a1a !important;
    }

    .nav-link:hover,
    .nav-link.active {
        color: #a7782a !important;
    }

}



/* CTA Section */
.cta-band {
    background: #111111;
    padding: 80px 100px;
}

.cta-band-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.25;
}

.cta-band-title em {
    font-style: italic;
    color: #C9922A;
}

.closing-right {
    border-left: 2px solid #A8782A;
    padding-left: 40px;
}

.cta-band-text {
    font-size: 14.5px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.60);
    margin-top: 14px;
    line-height: 1.78;
}

/* Subscribe Box */
.section-subscribe {
    background: #7A5418;
    padding: 88px 100px;
    text-align: center;
}

.sub-label {
    font-size: 9.5px;
    letter-spacing: 0.46em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 18px;
}

.sub-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.sub-form {
    display: flex;
}

.sub-form input {
    flex: 1;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-right: none;
    color: #FFFFFF !important;
    font-size: 13px;
    padding: 16px 20px !important;
    outline: none;
    border-radius: 0 !important;
    transition: border-color 0.3s;
}

.sub-form input:focus {
    border-color: rgba(255, 255, 255, 0.75);
}

.sub-form input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.sub-form button {
    background: #111111;
    color: #FFFFFF;
    border: none;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 16px 28px;
    cursor: pointer;
    border-radius: 0;
    transition: background 0.3s;
    white-space: nowrap;
}

.sub-form button:hover {
    background: #000000;
}


/* Highlight box */
.highlight-box {
    background: #FFD4E5;
    padding: 4rem 5%;
    text-align: center;
}

.highlight-box p {
    margin-bottom: 22px;
}

/* Footer */
.site-footer {
    background: #0C0B09;
    padding: 60px 72px 36px;
}

.footer-logo img {
    height: 48px;
    width: auto;
    filter: invert(1) sepia(1) saturate(2.4) hue-rotate(4deg) brightness(1.05);
    margin-bottom: 18px;
}

.footer-about {
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.76;
    color: #666666;
    margin-bottom: 24px;
}

.footer-heading {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #A8782A;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-size: 13.5px;
    font-weight: 300;
    color: #666666;
    text-decoration: none;
    transition: color 0.26s;
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.footer-links a::before {
    content: '—';
    font-size: 10px;
    color: #A8782A;
}

.footer-divider {
    border: none;
    border-top: 1px solid #1E1E1E;
    margin: 44px 0 24px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.copyright {
    font-size: 10px;
    letter-spacing: 0.12em;
    color: #444444;
    text-transform: uppercase;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.copyright a {
    color: #444444;
}

.copyright a:hover {
    color: #A8782A;
}

.footer-bottom-links a {
    font-size: 10px;
    color: #444444;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: color 0.26s;
}

.footer-bottom-links a:hover {
    color: #A8782A;
}

.site-footer .location {
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.78;
    color: #666666;
}

.site-footer .number {
    color: #A8782A;
    text-decoration: none;
}

.site-footer .email {
    color: #A8782A;
    text-decoration: none;
}

@media (max-width: 991.9px) {
    .cta-band {
        padding: 60px 28px;
    }

    .section-subscribe {
        padding: 64px 28px;
    }

    .site-footer {
        padding: 28px;
    }

    .closing-right {
        border-left: none;
        border-top: 2px solid #A8782A;
        padding-left: 0;
        padding-top: 28px;
    }
}

@media screen and (max-width: 410px) {
    .sub-form {
        flex-direction: column;
        gap: 8px;
    }
}


/* Modal Style */
div#imageModal {
    z-index: 99999 !important;
}

div#videoModal {
    z-index: 999999;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}


/* ============================================================
   Sell With Us Page
   ============================================================ */

/* Hero — padding: 0 overrides the global section { padding: 60px 0 } */
.sell-hero {
    position: relative;
    min-height: 55vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

.sell-hero-bg {
    position: absolute;
    inset: 0;
}

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

.sell-hero-content {
    position: relative;
    z-index: 2;
    padding: 100px 40px 80px;
}

.sell-hero-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0.5rem 0 1rem;
}

.sell-hero-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

/* Process Strip */
.process-strip {
    background: #111;
    padding: 2.5rem 2rem;
}

.process-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.process-step {
    display: flex;
    align-items: center;
    gap: 14px;
}

.process-num {
    font-size: 2rem;
    font-weight: 700;
    color: #C9A84C;
    line-height: 1;
    min-width: 40px;
}

.process-text h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 2px;
}

.process-text p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.process-arrow {
    color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .process-arrow { display: none; }
}

.wc-block-product-template__responsive>li {
    margin-block-start: 0;
    margin: 0 3.8% 2.992em 0!important;
    border: 1px solid #EDEAD4!important;
    transition: all 0.32s ease!important;
    padding: 15px !important;
}

/* Calculator Section */
.calc-section {
    padding: 80px 0;
}

.calc-intro {
    color: #666;
    margin: 1rem 0 2rem;
    font-size: 0.95rem;
    line-height: 1.7;
}

.bhs-calculator {
    background: #fff;
    border: 1px solid #e8e0d0;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

/* Calc Tabs */
.calc-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 1.5rem;
}

.calc-tab {
    flex: 1;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.calc-tab.active[data-metal="gold"] {
    background: #FBF6EC;
    border-color: #C9A84C;
    color: #7A5C1A;
}

.calc-tab-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.gold-dot { background: #C9A84C; }

/* Calc Unit Toggle */
.calc-unit-row {
    display: flex;
    gap: 6px;
    margin-bottom: 1.2rem;
}

.calc-unit-btn {
    padding: 6px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
    color: #777;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.15s;
}

.calc-unit-btn.active {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

/* Calc Input */
.calc-input-wrap {
    display: flex;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
    transition: border-color 0.2s;
}

.calc-input-wrap:focus-within {
    border-color: #C9A84C;
}

.calc-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 16px;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    background: transparent;
    min-width: 0;
}

.calc-input-unit {
    padding: 0 16px;
    font-size: 13px;
    color: #888;
    border-left: 1px solid #eee;
    display: flex;
    align-items: center;
    min-width: 62px;
    justify-content: center;
    background: #fafafa;
}

/* Spot Bar */
.calc-spot-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #f8f5ef;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 13px;
    color: #888;
}

.calc-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2e8b2e;
    display: inline-block;
    margin-right: 6px;
    animation: livepulse 2s infinite;
}

@keyframes livepulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
}

.calc-spot-val {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 14px;
}

/* Calc Results */
.calc-results-empty {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    padding: 1.5rem 0;
    border-top: 1px solid #f0f0f0;
}

.calc-results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 1.2rem;
}

.calc-result-card {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 14px 12px;
    text-align: center;
}

.calc-result-card.payout-card {
    background: #FBF6EC;
    border: 1.5px solid #C9A84C;
}

.calc-result-label {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.calc-result-card.payout-card .calc-result-label { color: #9A7230; }

.calc-result-val {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
}

.calc-result-card.payout-card .calc-result-val {
    font-size: 22px;
    color: #6B4E14;
}

.calc-result-sub {
    font-size: 12px;
    color: #aaa;
    margin-top: 4px;
}

.calc-breakdown {
    margin-top: 12px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}

.calc-disclaimer {
    font-size: 11px;
    color: #bbb;
    margin-top: 1.2rem;
    line-height: 1.5;
}

/* Trust Box */
.sell-trust-box {
    background: #111;
    border-radius: 12px;
    padding: 2rem;
    position: sticky;
    top: 100px;
}

.sell-trust-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sell-trust-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem !important;
}

.sell-trust-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sell-trust-list li:last-child { border-bottom: none; }

.sell-trust-icon {
    width: 36px;
    height: 36px;
    background: rgba(201, 168, 76, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #C9A84C;
    font-size: 14px;
}

.sell-trust-list strong {
    display: block;
    color: #fff;
    font-size: 0.88rem;
    margin-bottom: 3px;
}

.sell-trust-list p {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.5;
}

.sell-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 0.5rem;
}

/* What We Buy */
/* List Your Gold Section */
.list-gold {
    padding: 80px 0;
    background: #fff;
}

.list-gold-desc {
    color: #555;
    font-size: 1.05rem;
    margin-bottom: 1.8rem;
    line-height: 1.7;
}

.list-gold-perks {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.list-gold-perks li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.97rem;
    color: #333;
}

.list-gold-perks li i {
    color: #C9922A;
    font-size: 1rem;
    flex-shrink: 0;
}

.list-gold-form-box {
    background: #f9f7f3;
    border: 1px solid #e8e0d0;
    border-radius: 12px;
    padding: 2.5rem;
}

.what-we-buy {
    padding: 80px 0;
    background: #f9f7f3;
}

.buy-card {
    background: #fff;
    border: 1px solid #e8e0d0;
    border-radius: 10px;
    padding: 1.8rem 1.5rem;
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}

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

.buy-card-icon {
    width: 44px;
    height: 44px;
    background: #FBF6EC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C9A84C;
    font-size: 18px;
    margin-bottom: 1rem;
}

.buy-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.buy-card p {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

/* -------- WOOCOMMERCE --------- */

ul.products li.product {
    border: 1px solid #EDEAD4;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.32s ease;
	padding: 15px!important;
}

ul.products li.product a img {
    display: block;
    width: 90%;
    margin: auto;
}

ul.products li.product .button {
    margin-top: 1em;
    background: #A8782A;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    padding: 18px 40px;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-color: #A8782A;
    text-align: center;
}

.woocommerce-product-details__short-description br {
	display: none;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description ul {
    margin-bottom: 10px!important;
}

.woocommerce-product-details__short-description strong {
    margin: 25px 0 10px;
    color: #000;
    font-weight: 400 !important;
    font-family: 'Playfair Display', serif;
    font-size: 125%;
    display: block;
}

.product-enquiry-form .form-row label {
	color: #555!important;
}

.product-enquiry-form .form-row input,
.product-enquiry-form .form-row textarea,
.product-enquiry-form .form-row select {
	background: #fff!important;
}

.product-gallery .thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.product-gallery .thumbs img {
  width: 70px;
  border-radius: 6px;
  cursor: pointer;
}

h1.product-title {
	font-size: 250%!important;
}

.product-cart .button {
    background: #A8782A;
    text-decoration: none;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    padding: 18px 40px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    border-color: #A8782A !important;
    text-align: center;
    background-color: #A8782A !important;
}

.product-cart form.cart {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-cart .quantity {
  margin: 0;
}

.product-cart .quantity input {
  width: 70px;
  height: 45px;
	border-radius: 0;
}

.product-cart .single_add_to_cart_button {
  height: 45px;
  padding: 0 20px;
}

.woo-product-description {
	background: #f5f5f5;
	padding: 40px 30px;
}

.woo-product-description h2 {
	font-size: 150%;
}

.woo-product-description .buy {
	border-bottom: 1px solid rgb(168 120 42 / 40%);
	margin-bottom: 20px;
}

.bhs-price-notice {
    background: #fff8e5;
    border: 2px solid #c8a24a;
    border-radius: 6px;
    padding: 15px;
    margin: 15px;
    line-height: 1.6;
}

.bhs-price-notice strong {
    display: block;
    margin-bottom: 10px;
}

.top-bar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar-menu li {
    margin: 0;
}

.top-bar-menu a {
    text-decoration: none;
}

.top-bar-menu{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:20px;
}

.top-bar-menu li{
    margin:0;
    padding:0;
}

/* Contact button */
.top-bar-menu .menu-item-120 a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #A8782A;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-color: #A8782A;
}

.top-bar-menu .menu-item-120 a:hover{
    color:#fff;
    opacity:.9;
}

/* User + Cart icons */
.top-bar-menu .menu-item-121 a,
.top-bar-menu .wpmenucartli a{
    color:#666;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 115%;
}

/* Hide cart text */
.top-bar-menu .cartcontents{
    display:none;
}

/* Add separator */
.top-bar-menu .menu-item-121{
    position: relative;
    padding: 0 20px 0 5px;
}

.top-bar-menu .menu-item-121:after{
    content:'';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background: #a77829;
    opacity: 0.5;
}

li.wpmenucartli a.wpmenucart-contents span {
    display: inline-block !important;
    font-size: 85%;
    margin-left: 5px;
}

.form-row.accept .wpcf7-list-item {
	margin: 0;
}

.form-row.accept input {
    width: unset;
    appearance: revert;
    margin-right: 5px;
}

.form-row.file input {
	border: unset !important;
    padding: 0 !important;
}

.wpcf7-select {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;

	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='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 12px;
}