/*
Theme Name: storefront-child
Author: Rishabh
Description: blacknote
Version: 1.0.0.4
Template: storefront

This is the child theme for Storefront theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@font-face {
    font-family: "Cormorant Garamond";
    src: url("fonts/cormorantgaramond-300-normal.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Jost";
    src: url("fonts/jost-300-normal.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Jost";
    src: url("fonts/Jost-400-Book.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Jost";
    src: url("fonts/Jost-500-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("fonts/PlayfairDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root{  
    --cream:#F5F0E8;
    --cream-dd: #E3DBCA;
    --bn-paper: #F7F3EB;
    --bn-ink: #171311;
    --black: #0C0C0A;
    --muted: #6B5F4F;
     --text-dark: #2A2A2A;
    --bn-red:#d93f3f;
    --charcoal:#1A1A16;
    --bn-vermillion: oklch(0.55 0.195 27);
    --bn-vermillion-fb: #d63a2a;
    --gold: #C4964A;
    --gold-l: #D4AA62;
    --gold-d: #A67C38;
      --bg-dark: #121212;
  --bg-light: #F4EFEA;
  --bg-card-light: #FAF7F4;
  --text-light: #A5A5A5;
  --text-dark: #2A2A2A;
  --accent-gold: #C59B27;
    --border: rgba(12,12,10,.09);
    --border-d: rgba(12,12,10,.16);
    --playfair: 'Playfair Display', serif;
    --cormorant: 'Cormorant Garamond', serif;
    --jost: 'Jost', sans-serif;
}.text-uppercase{ text-transform: uppercase;}
.py-5{ padding-top:50px; padding-bottom: 50px;}
.light-bg{background: var(--bn-paper);}
.mt-3{ margin-top: 30px;}
.mt-4{ margin-top:40px;}
.my-4{ margin-top: 40px; margin-bottom: 40px;}
.py-4{ padding-top: 40px; padding-bottom: 40px;}
.mb-4{ margin-bottom: 40px!important;}
.mb-0{ margin-bottom: 0px!important;}
.text-black{ color: #000;}
.redtext{ color:var(--bn-red)}
.text-center{ text-align: center;}
h1,h2,h3{ font-family: var(--playfair); } 

.row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); } 
.row > * { box-sizing: border-box; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); } 
.g-4 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
.justify-content-between{justify-content: space-between;}
a{transition: all 0.4s;}
.col-md-6 { flex: 0 0 auto; width: 50% } 
.col-md-3 { flex: 0 0 auto; width: 25% } 
.col-md-8 { flex: 0 0 auto; width: 66.66666667% } 
.col-md-4 { flex: 0 0 auto; width: 33.33333333% } 
.col-md-7 { flex: 0 0 auto; width: 58.33333333% } 
.col-md-5 { flex: 0 0 auto; width: 41.66666667% } 
.col-md-9 { flex: 0 0 auto; width: 75% } 
.col-md-12 { flex: 0 0 auto; width: 100% }

@media(max-width:768px){
    .col-md-6,.col-md-3,.col-md-2,.col-md-8,.col-md-4,.col-md-7,.col-md-5,.col-md-9,.col-md-12{width: 100%;}
}
body{font-family: var(--playfair); font-weight: 300; background: var(--cream); font-size: 15px;}
.container{max-width: 1270px; margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px;}
    .storefront-sorting {
        margin: 24px 0px;
        border-top: 1px solid #ede0cb;
        padding-top: 20px;
    }
.header{position:sticky; top: 0px; width: 100%; background:var(--cream); z-index: 100; padding: 0px 50px;}
.header.scroll{ background: rgba(247, 243, 235, .97) !important; border-bottom: 1px solid #d0cbc5 !important;backdrop-filter: blur(16px) !important;}
.navbar { display: flex; align-items: center; justify-content: space-between;}
.desktop-nav .nav-links { display: flex; list-style: none; margin: 0; padding-left: 0;}
.desktop-nav .nav-links > li { position: relative;}
.desktop-nav .nav-links .navlink {display: block; padding: 0 18px; height:100px; line-height: 100px; font-family: var(--jost); font-size: .8rem; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; color: var(--bn-ink);  opacity: .92; transition: opacity .2s; white-space: nowrap}
.desktop-nav .nav-links .navlink:hover{ opacity: 1}
.desktop-nav .nav-links .navlink::after{content: ''; position: absolute; bottom: 0; left: 18px; right: 18px; height: 1px; background: #171311; transform: scaleX(0); transition: transform .3s cubic-bezier(.25, .46, .45, .94);} 
.desktop-nav .nav-links .navlink:hover::after { transform: scaleX(1) } 
.desktop-submenu { position: fixed; margin: 0; top: 100px; left: 0; width: 100%; background-color: var(--bn-paper); list-style: none; padding: 2rem 0; opacity: 0; background: rgba(245,240,232,.97); backdrop-filter: blur(20px); visibility: hidden; box-shadow: 0 18px 48px -12px rgba(12,12,10,.2); transform: translateY(10px); transition: all 0.25s ease; z-index: 101; } 
.desktop-submenu li a { font-size: 0.75rem; letter-spacing: 1px; display: block; } 
.desktop-nav .has-submenu:hover .desktop-submenu { opacity: 1; visibility: visible; transform: translateY(0); } 
.nav-actions { display: flex; align-items: center; gap: 1.2rem; }
.hamburger-btn { display: none; background: none; border: none; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 0.85rem; letter-spacing: 1.5px; font-weight: bold; cursor: pointer; } 
.mega .mc-label { color: rgba(23,19,17,.55)!important; opacity: 1!important } 
.mega .ml { color: var(--bn-ink)!important } 
.mega .mc-feat-name { color: var(--bn-ink)!important } 
.mega .mc-feat-artist { color: var(--bn-vermillion-fb)!important; color: var(--bn-vermillion)!important } 
.mc { padding: 0 28px; border-right: 1px solid var(--border); } 
.mc:first-child { padding-left: 0 } 
.mc:last-child { border-right: none } 
.mc-label { font-family: var(--jost); font-size: .78rem; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--border) } 
.mc-feat { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 3px; cursor: pointer; margin-bottom: 6px; transition: background .15s } 
.mc-feat:hover { background: var(--cream-dd) } 
.mc-feat-art { width: 52px; height: 52px; border-radius: 3px; flex-shrink: 0; overflow: hidden } 
.mc-feat-art img { width: 100%; height: 100%; object-fit: cover; display: block }
.mc-feat-name { font-family: var(--cormorant); font-size: 1rem; font-weight: 400; line-height: 1.2; color: var(--black) } 
.mc-feat-artist { font-family: var(--jost); font-size: .76rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 2px } 
.mc-feat-price { font-family: var(--jost); font-size: .78rem; font-weight: 300; color: var(--muted) } 
.mc-accent { background: var(--charcoal); color: white; border-radius: 3px; padding: 20px } 
.mc-accent .mc-label { color: rgba(255,255,255,.3); border-bottom-color: rgba(255,255,255,.1) }
.ml { display: flex; align-items: center; justify-content: space-between; padding:5px 0; border-bottom: 1px solid var(--border-d); cursor: pointer; font-family: var(--cormorant); font-size: 1.05rem; font-weight: 400; color: var(--black); transition: color .15s } 
.ml:last-child { border-bottom: none } 
.ml:hover { color: var(--gold-d) } 
.ml-arr { opacity: 0; transform: translateX(-4px); transition: opacity .15s,transform .15s; font-size: .8rem } 
.ml:hover .ml-arr { opacity: 1; transform: none }
.rw{display: flex; gap: 12px; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--border); margin-bottom: 12px;}
.rcircle{width: 42px; height: 42px; border-radius: 50%; background: radial-gradient(circle at 50%, #2a1505, #0d0800); flex-shrink: 0; border: 2px solid rgba(196, 150, 74, .3); display: flex; align-items: center; justify-content: center; font-family: var(--playfair); font-style: italic; font-size: 1rem; color: var(--gold-l);}
.rtitle{font-family: var(--playfair); font-size: 1.15rem; line-height: 1; margin-bottom: 2px; }
.rcount{font-family: var(--jost); font-size: .6rem; color: var(--gold); letter-spacing: .08em; text-transform: uppercase;}


.cms-container {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
}
.cms-container p{ line-height:32px}
.footenote{  background: #fff;  padding: 17px 19px; border-left: 3px solid var(--gold); margin-bottom: 20px;}
.footenote>h2{font-size: 18px; font-weight: 500;}
.footenote> p{margin-bottom:0px}
.policy-updated{    font-family: var(--jost);
    font-size: 16px;}
.cms-container h3,.cms-container h2{    margin-top: 0;}
/* --- Mobile Drawer Navigation Menu --- */
.drawer-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); opacity: 0; visibility: hidden; transition: all 0.4s ease; z-index: 998; }
.drawer-overlay.open { opacity: 1; visibility: visible; }

.woocommerce ul.products {
    list-style: none;
    margin: 0;    flex-wrap: wrap;
    padding: 0;
    display: flex;
    grid-template-columns:unset;
    gap: 15px;
}

.woocommerce ul.products li.product {
     margin: 0;
    padding: 0;
    width: 23.2% !important;
    float: none !important;
    margin-right: 0 !important;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
      background: var(--cream);    text-align: left;
}

.product-card__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.product-card__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 16px;
    background: var(--bn-paper);
}

.product-card__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.05);
}


.products.columns-4.card-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
    padding: 0;
}
ul.products::before, ul.products::after{ display: none;}
.discogs-filter-title{ font-weight:500!important}

.product-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(12, 12, 10, 0.88);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-family: var(--jost);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-card__label {
    font-family: var(--jost);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
    line-height: 1.2;
}

.product-card__title {font-family: var(--playfair);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--black);
    margin: 0 0 auto 0;
    padding-bottom: 10px;
}

.product-card__price {    font-family: var(--jost);
    font-size: 16px;
    font-weight: 500;
    color: #5c3601;
}

.product-toolbar {    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 11px 0;
}
.product-shorting{    background: var(--cream);
    border-bottom: 1px solid #e9ddcb;}

.product-toolbar__left,
.product-toolbar__right {
    display: flex;
    align-items: center;
}

.product-toolbar .woocommerce-result-count {
    margin: 0;
    font-family: var(--jost);
    color: var(--muted);
}

.product-toolbar .woocommerce-ordering {
    margin: 0;
}

.product-toolbar .woocommerce-ordering select,.storefront-sorting select {
 border: 1px solid var(--border-d);
    padding: 8px 10px;
    border-radius: 4px;
    font-family: var(--jost);    font-size: 15px;
    color: var(--black);
    background: var(--cream);
}
.storefront-sorting .woocommerce-result-count{margin-top: 9px;}

@media (max-width: 992px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .product-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mobile-drawer { position: fixed; top: 0; right: -100%; width: 85%; max-width: 360px; height: 100%; background: var(--cream); box-shadow: -4px 0 15px rgba(0,0,0,0.05); transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1); z-index: 999; display: flex; flex-direction: column; padding: 0; overflow-y: auto; }
.mobile-drawer.open {right: 0;}

.drawer-header { position: sticky; top: 0; background: inherit; display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--border); flex-shrink: 0; }
.drawer-brand {font-family: var(--playfair); color: var(--black); font-style: italic; font-size: 1.45rem; letter-spacing: -.01em;}
.close-btn, .status-icon { background: none; width: 40px; height: 40px; border: 1px solid var(--border-d); display: grid; place-items: center; padding: 0; border-radius: 50%; }
.status-icon{width: 30px; height: 30px; line-height: 0;}
.drawer-body{padding: 22px 24px;}

/* Drawer Input Box */
.mdrawer-search {display: flex; align-items: center; gap: 12px; width: 100%; padding: 14px 16px; margin-bottom: 18px; background: rgba(12, 12, 10, .04); border: 1px solid var(--border-d); border-radius: 4px; cursor: pointer; color: var(--muted); font-family: var(--jost); font-size: .72rem; letter-spacing: .04em;}
.mdrawer-search svg {width: 18px;height: 18px;flex-shrink: 0;}


/* Accordion Structuring Rules */
.drawer-links { list-style: none; margin: 0;padding: 0; } 
.accordion-item { border-bottom: 1px solid var(--border-d); padding: 1rem 0; } 
.accordion-header { display: flex; justify-content: space-between; align-items: center; font-size: 1.5rem; font-family: var(--playfair); color: var(--black); } 
.submenu { list-style: none; max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out, margin-top 0.3s ease; } 
.submenu li { padding: 0.5rem 0; } 
.submenu li a { font-family: var(--cormorant); font-size: 18px; font-weight: 400; padding: 9px 0; color: var(--charcoal); text-decoration: none; } 
.accordion-item.active .submenu { max-height: 300px; margin-top: 1rem; } 
.hamburger-btn { display: none; background: none; border: none; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 0.85rem; letter-spacing: 1.5px; font-weight: bold; color: var(--bn-ink); cursor: pointer; padding: 5px; }
.mdrawer-actions{display: flex; flex-direction: column; gap: 10px;}
.mdr-act--primary { display: block; background: var(--black); color: var(--cream);text-align: center; padding: 16px 18px; border-radius: 3px; border: none;  margin: 22px 0px; letter-spacing: .18em }
.mdr-act { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; font-family: var(--jost); font-size: .68rem; font-weight: 300; letter-spacing: .14em; text-transform: uppercase; color: var(--charcoal); border: none; background: transparent; text-decoration: none; border-bottom: 1px solid var(--border-d); }

.footer{background: #0C0C0A; color: white; padding: 80px 52px 38px; width: 100%;}
.ft-top {margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.07) }
.ft-logo--brand { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 14px }
.bn-mark { font-family: var(--playfair); display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.bn-mark--ft .bn-mark__word { font-size: 1.5rem; color: #F7F3EB; }
.bn-mark__tag { font-family: var(--jost); font-size: .55rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(23,19,17,.6); margin-top: 8px; font-weight: 400 }
.bn-mark--ft .bn-mark__tag {color: rgba(247, 243, 235, .5);}
.ft-tagline { font-family: var(--cormorant); font-size: 1.1rem; line-height: 1.75; color: rgba(255,255,255,.35); font-weight: 300; }
.ft-soc { display: flex; gap: 22px; }
.ft-soc a { font-family: var(--jost); font-size: .68rem; font-weight: 300; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.26); transition: color .2s; cursor: pointer }
.ft-col h4 { font-family: var(--jost); font-size: .80rem; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 20px }
.ft-col a { font-family: var(--cormorant); font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255,.56); transition: color .2s; cursor: pointer }
.ft-col a:hover{color: #fff;}
.ft-col ul{list-style: none; padding-left: 0px; margin: 0px;}

.ft-bot { display: flex; align-items: center; justify-content: space-between } 
.ft-copy { font-family: var(--jost); font-size: .68rem; font-weight: 300; letter-spacing: .1em; color: rgba(255,255,255,.2) } 
.ft-soc { display: flex; gap: 22px } 
.ft-soc a { font-family: var(--jost); font-size: .68rem; font-weight: 300; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.26); transition: color .2s; cursor: pointer } 
.ft-soc a:hover { color: rgba(255,255,255,.7) }

.hero { height: 100vh; height: 100svh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: var(--cream); padding: 0 40px; }
.hero-bg-vinyl { position: absolute; top: 0; right: 0; width: 48%; height: 100%; display: block; overflow: hidden; line-height: 0; border-radius: 0; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.banner-hero-section { height: 100vh; height: 100svh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background:#F5F0E8;  padding: 0 40px; }
.hero-bg-vinyl { position: absolute; top: 0; right: 0; width: 48%; height: 100%; display: block; overflow: hidden; line-height: 0; border-radius: 0; will-change: transform; }
.hero-bg-vinyl::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, var(--cream) 0%, rgba(245, 240, 232, .85) 30%, rgba(245, 240, 232, .4) 60%, transparent 100%); }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; } 
.hero-content {position: relative; z-index: 1; max-width: 800px; } 
.hero-content-home {text-align: center; position: relative; z-index: 1; max-width: 800px; } 
.hero-h1{ font-family: var(--playfair); font-weight: 400; line-height: .95; letter-spacing: -.03em; font-style: normal;margin-bottom: 35px; font-size: clamp(3.4rem, 7vw, 7.5rem); }
.eyebrow { font-family: var(--jost); font-size: .78rem; font-weight: 300; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); }
.bn-dot{ display: inline-block; padding: 0 20px;}
.bn-dot-red{color: var(--bn-red);}
.mq-row { display: flex; padding: 15px 0; }
.mq-row:first-child { border-top: 1px solid rgba(255, 255, 255, .07); border-bottom: 1px solid rgba(255, 255, 255, .07); }
.mq-track { display: inline-flex; gap: 56px; white-space: nowrap; }
.mq-track--fwd { animation: marquee 30s linear infinite; } 
.mq-track--rev { animation: marquee 38s linear infinite reverse; } 
.mq-wrap { overflow: hidden; background: var(--charcoal); } 
.mq-item { font-family: var(--jost); font-size: .58rem; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: rgba(255, 255, 255, .36); display: flex; align-items: center; gap: 32px; flex-shrink: 0; }
.mq-sep { width: 3px; height: 3px; border-radius: 50%; background: rgba(196, 150, 74, .45); flex-shrink: 0; }

@keyframes marquee { to { transform: translateX(-50%) } }

.section-head h2{font-family: var(--playfair);  font-weight: 500;  font-size: clamp(2.4rem, 5vw, 3.4rem);  line-height: 1.02; letter-spacing: -.028em; color: var(--bn-ink); }
.bn-about h3{ font-family: var(--playfair) ; font-weight: 500 ; font-size: 1.7rem ; color: var(--bn-ink) ; margin: 0 0 14px ; letter-spacing: -.015em ; line-height: 1.1 ; } 
.pressing-foot{    border-top: 1px solid #dbdbdb; padding-top: 30px; display: flex; justify-content: space-between;} 
.pressing-foot a{font-family: var(--jost); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--bn-ink); text-decoration: none; border-bottom: 1px solid var(--bn-ink); padding-bottom: 3px; font-weight: 700;} 
.primary-bg { background: #f5f0e8; } 
.exp-sub { position: relative; margin-bottom: 20px; } 
.exp-sub span { background: #f5f0e8; display: inline-block; padding: 0 10px 0 0; position: relative; font-family: var(--jost); font-size: .78rem; font-weight: 300; letter-spacing: .24em; text-transform: uppercase; } 
.exp-sub:before { width: 100%; height: 1px; background: #d1c4af; position: absolute; left: 0; top: 12px; content: ''; }
.bn-about p{ font-size:17px  ; font-family: var(--jost);  font-weight: 400;}
.music-card{position: relative; height: 100%;  width: 100%; overflow: hidden; border-radius: 7px;}
.music-card img{ width: 100%; height: 100%; transition: ease all 0.4s;}
.gc-cta{  opacity: 0;  bottom: 50%; position: absolute; display: block; top: 50%; left: 50%;transition: ease all 0.4s; margin-right: -50%; transform: translate(-50%, -50%);} 
.gc-count {position: absolute; top: 0; left: 0;    width: 100%; padding: 24px 22px 22px; background: linear-gradient(to top, rgba(8, 8, 6, .95) 0%, rgba(8, 8, 6, .7) 55%, transparent 100%);} 
.gc-count  span{ font-family: var(--jost); font-size: .66rem; font-weight: 500; letter-spacing: .2em; color: var(--gold-l, #c4964a); text-transform: uppercase; opacity: 1; margin-bottom: 6px; } 
.gc-count  h3{    font-family: var(--playfair); font-size: 1.4rem; font-weight: 400; color: #fff; line-height: 1.1;} 
.music-card:hover img{ scale: 1.1;} 
.music-card:hover .gc-cta{ opacity: 1;} 

/* Carousel Styles */
.carousel-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.products-carousel {
    margin: 0;
    padding: 0;
}

.products-carousel ul.products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-carousel li.product {
    margin: 0;
    padding: 0 15px;
}

.products-carousel .slick-slide {
    padding: 0 15px;
}

.products-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.carousel-bottom-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
}

.carousel-nav-btn {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border-d);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-nav-btn:hover {
    border-color: var(--black);
    background: var(--cream-dd);
}

.carousel-nav-btn svg {
    width: 18px;
    height: 18px;
}

/* Slick Carousel Overrides */
.slick-dots {
    display: none !important;
}

.slick-prev::before,
.slick-next::before {
    display: none !important;
}

.new-arrival-products .products-carousel li.product{ margin: 0; padding: 0 0px; }


@media (max-width: 768px) {
    .carousel-bottom-nav {
        margin-top: 20px;
        padding-top: 20px;
    }

    .carousel-nav-btn {
        width: 38px;
        height: 38px;
    }
}


.music-card .gc-cta span { background: #fff; color: #111;  padding: 7px 14px; display: inline-block; border-radius: 5px;} 
.split-sec { display: grid; grid-template-columns: 1fr 1fr; min-height: 72vh; overflow: hidden } 
.split-img { position: relative; overflow: hidden; transition: clip-path 1.1s cubic-bezier(.16,1,.3,1) } 
.split-img-bg { position: absolute; inset: -10%; width: 120%; height: 120%; background-size: cover; background-position: center; will-change: transform } 
.split-copy { display: flex; align-items: center; padding: 80px 72px; background: var(--cream) } 
.split-copy-inner { max-width: 460px }

.q-cite { font-family: var(--jost); font-size: .62rem; font-weight: 300; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-l) }

.story-sec { background: var(--warm); padding: 110px 52px } 
.story-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 72px; align-items: center } 
.story-img { position: relative } 
.story-main { width: 100%; aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; background: url('https://www.blacknote.co.in/wp-content/themes/waxworks/assets/img/story-img.jpg') center center / cover no-repeat } 
.story-vinyl-d { display: none } 
.story-cap { position: absolute; bottom: -22px; right: -22px; background: var(--black); color: white; padding: 18px 22px; border-radius: 3px } 
.story-cap-n { font-family: var(--playfair); font-size: 2.5rem; font-weight: 700; line-height: 1; color: var(--gold-l) }

.story-cap-l { font-family: var(--jost); font-size: .66rem; font-weight: 300; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.42); margin-top: 3px }
.story-copy h2 { font-family: var(--playfair); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 400; line-height: 1.16; letter-spacing: -.02em; margin-bottom: 24px }
.story-copy h2 em {font-style: italic}

.story-copy p {font-family: var(--cormorant); font-size: 1.15rem; line-height: 1.85; color: var(--muted); margin-bottom: 20px; font-weight: 300  }

.sec-sell h2{margin-top: 0;font-family: var(--playfair); font-size: clamp(2.2rem, 5vw, 4rem); color: white; font-weight: 400; letter-spacing: -.02em; margin-bottom: 14px; line-height: .95;}


.btn-line { display: inline-flex; color: var(--black); align-items: center; gap: 14px; font-family: var(--jost); font-size: .64rem; font-weight: 300; letter-spacing: .2em; text-transform: uppercase; border-bottom: 1px solid var(--black); padding-bottom: 3px; transition: letter-spacing .3s var(--ease-s),gap .3s var(--ease-s); cursor: pointer } 
.btn-line:hover { letter-spacing: .28em; gap: 20px }
.btn-solid{display: block; width: fit-content; padding: 14px 36px; color: white; font-family: var(--jost); font-size: 0.74rem; letter-spacing: .2em; text-transform: uppercase; border-radius: 2px; border: 1.5px solid var(--black); margin-left: auto; margin-right: auto;}
.btn-solid.gold {  background: var(--gold); border-color: var(--gold)}
.btn-solid.gold:hover {background: var(--gold-d)}


@media (max-width: 1024px) {
    .desktop-nav, .desktop-only { display: none !important; } 
    .hamburger-btn { display: inline-block !important; } 
    .header{padding: 5px;} 
    .navbar { padding: 1rem 1.5rem; }
}

@media(max-width:768px){
   .ft-bot{flex-direction: column;} 
   .logo-container img{max-height: 42px; width: auto;} 
   .navbar {  padding: .8rem; } 
   .split-sec { grid-template-columns:1fr; min-height: auto } 
   .split-img { min-height: 56vw; clip-path: inset(0 0% 0 0) } 
   .split-copy { padding: 52px 32px }
}

/* ==========================================
 * Custom Single Product Page Layout & Design
 * ========================================== */
body.single-product {
    background-color: var(--cream) !important;
}
body.single-product #content, 
body.single-product #main,
body.single-product .site-content,
body.single-product .site-header,
body.single-product .col-full {
    background-color: var(--cream) !important;
}
body.single-product #primary {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}
.custom-vinyl-product-page {
    max-width: 1270px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: var(--jost);
    color: var(--black);
}
.custom-product-main {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
}
.custom-product-left {
    flex: 1;
    min-width: 300px;
    max-width: 580px;
}
.custom-product-right {
    flex: 1;
    min-width: 300px;
}
.main-content{margin: 105px 0 0 0;}
.storefront-breadcrumb .col-full {max-width: 100%;    padding: 0;}
.woocommerce-breadcrumb { font-size: 12px!important;}


@media (max-width: 900px) {
    .custom-product-main {
        flex-direction: column;
        gap: 30px;
    }
    .custom-product-left, .custom-product-right {
        max-width: 100%;
    }
}

/* Album Cover + Sliding Vinyl Record Animation */
.album-cover-container {
    position: relative;
    width: 100%;
    padding-right: 15%; /* Leave room for vinyl to peak out */
    box-sizing: border-box;
}
.album-cover-img {
    position: relative;
    z-index: 3;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(12, 12, 10, 0.15);
    background: #eaeaea;
}
.album-cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vinyl-disc {
    position: absolute;
    top: 5%;
    right: 5%; /* Peeks out from behind the cover */
    width: 450px;
    height:450px;
    border-radius: 50%;
    background: radial-gradient(circle, #3a3a3a 0%, #111 50%, #000 100%);
    box-shadow: inset 0 0 10px rgba(255,255,255,0.05), 0 8px 25px rgba(0, 0, 0, 0.35);
    z-index: 2;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), right 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    transform: rotate(0deg);
    pointer-events: none; /* Make clicks pass through to container */
}
.vinyl-grooves {
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0.8) 2px, rgba(255, 255, 255, 0.05) 3px, rgba(0, 0, 0, 0.8) 4px);
    opacity: 0.8;
}
.vinyl-label {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.vinyl-center-hole {
    position: absolute;
    top: 47.5%;
    left: 47.5%;
    width: 5%;
    height: 5%;
    border-radius: 50%;
    background-color: var(--cream);
    border: 1px solid rgba(0,0,0,0.5);
}
/* Hover micro-interactions */
.album-cover-container:hover .vinyl-disc {
    right: -7%;
    transform: rotate(180deg);
}

/* Custom Breadcrumbs styling */
.custom-breadcrumbs {
    margin-bottom: 30px;
    font-family: var(--jost);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.custom-breadcrumbs a {
    color: var(--muted);
    text-decoration: none;
}
.custom-breadcrumbs a:hover {
    color: var(--black);
}
.woocommerce-breadcrumb {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

/* Product Header and Price */
.custom-badge-used {
    display: inline-block;
    background: var(--black);
    color: var(--cream);
    font-family: var(--jost);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding: 4px 10px;
    border-radius: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.custom-meta-string {
    font-family: var(--jost);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: var(--muted);
    margin-bottom: 8px;
}
.custom-product-title {
    font-family: var(--playfair);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 400;
    line-height: 1.1;
    color: var(--bn-ink);
    margin: 0 0 10px 0;
}
.custom-product-artist {
    font-family: var(--cormorant);
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--muted);
    margin-bottom: 25px;
}
.custom-product-price {
    border-left: 2px solid var(--gold);
    padding-left: 20px;
    margin-bottom: 35px;
}
.custom-product-price .price,
.custom-product-price .amount {    font-family: var(--jost) !important;
    font-size: 33px !important;
    font-weight: bold !important;
    color: var(--black) !important
}
.custom-product-price del {
    font-size: 1.1rem;
    color: var(--muted);
    margin-right: 10px;
}
.custom-product-price ins {
    text-decoration: none;
}
.single-product div.product table.variations select {
    max-width: 100%!important;
    width: 72%!important;
    border-radius: 30px;
    padding: 11px!important;
    background: no-repeat!important;
    border: 1px solid #a9a9a9!important;
    margin-top: 6px;
}.single-product div.product .variations_button {
    padding-top: 3px !important;
    display: flex;
    gap: 6px;
    align-items: center;
}
.single-product .quantity {
    display: inline-block !important;
    margin-right: 6px;
}
.single-product .quantity .qty {
    width: 60px;
    height: 42px;
    text-align: center;
    border: 1px solid #cbd5e1 !important;
    border-radius: 30px;
    font-family: var(--jost);
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e293b;
    outline: none;
    background: transparent;
}
.single-product .quantity .qty:focus {
    border-color: var(--bn-red) !important;
}
/* Condition Details styling */
.custom-condition-section {
    margin-bottom:10px;
}
.condition-label {
    font-family: var(--jost);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: var(--muted);
    margin-bottom: 8px;
}
.condition-value-box {
    display: inline-block;
    border: 1px solid #d1d5db;
    color: #4b5563;
    background: transparent;
    padding: 8px 20px;
    font-family: var(--jost);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 15px;
    transition: all 0.25s ease;
}
.condition-value-box:hover,
.condition-value-box.active {
    border-color: var(--bn-red);
    color: var(--bn-red);
    background: transparent;
}
.grading-guide-link {
    font-family: var(--jost);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    color: var(--muted);
    text-decoration: none;
    border-bottom: 1px solid var(--muted);
    padding-bottom: 2px;
}
.grading-guide-link:hover {
    color: var(--black);
    border-bottom-color: var(--black);
}

/* Actions Form (Add to Cart / Buy Now) styling */
.custom-add-to-cart-section {
    margin-bottom: 20px;
}
.custom-add-to-cart-section .quantity {
    display: none !important;
}
.custom-add-to-cart-section form.cart {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}
.custom-add-to-cart-section form.cart .single_add_to_cart_button,
.custom-add-to-cart-section form.cart .buy-now-btn {
    flex: 1;
    min-width: 150px;
    max-width: 250px;
    height: 50px;
    font-family: var(--jost) !important;
    font-size: 0.76rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}
.custom-add-to-cart-section form.cart .single_add_to_cart_button {
    background: transparent !important;
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
    padding: 0 !important;
}
.custom-add-to-cart-section form.cart .single_add_to_cart_button:hover {
    background: var(--black) !important;
    color: white !important;
}
.custom-add-to-cart-section form.cart .buy-now-btn {
    background: var(--bn-red) !important;
    color: white !important;
    border: 1px solid var(--bn-red) !important;
}
.custom-add-to-cart-section form.cart .buy-now-btn:hover {
    background: #b52c2c !important;
    border-color: #b52c2c !important;
}

/* Wishlist layout styling */
.custom-wishlist-box {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-d);
    padding-bottom: 25px;
    max-width: 100%;
}
.add-to-wishlist-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 46px;
    border: 1px solid var(--border-d);
    background: transparent;
    color: var(--muted);
    font-family: var(--jost);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.add-to-wishlist-btn:hover {
    color: var(--black);
    border-color: var(--black);
    background: rgba(12, 12, 10, 0.02);
}
.heart-icon {
    font-size: 1.15rem;
}

/* Metadata Grid 2x2 styling */
.custom-metadata-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    max-width: 100%;
}
.metadata-box {
    background: rgba(12, 12, 10, 0.04);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 18px 24px;
}
.meta-box-label {
    font-family: var(--jost);
    font-size: 0.58rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: var(--muted);
    margin-bottom: 6px;
    text-transform: uppercase;
}
.meta-box-value {
    font-family: var(--playfair);
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--black);
}

/* Interactive minimalist Tabs styling */
.custom-product-tabs {
    margin-top: 60px;
    border-top: 1px solid var(--border-d);
    padding-top:13px;
}
.product-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 15px;
}


.custom-product-tabs table:not( .has-background ) th {
    background-color: #f5f0e9;
    border-top: 1px solid var(--border);
}
.custom-product-tabs table:not( .has-background ) tbody tr:nth-child(2n) td, .custom-product-tabs fieldset, fieldset legend {
    background-color: #f5f0e9;
}
.custom-product-tabs table:not( .has-background ) tbody td {
    background-color: #f5f0e9;
    border-top: 1px solid #e0dbd5;
    color: #111;
    font-family: var(--jost);
    font-size: 16px;
}
.tab-btn {
    background: transparent;
    border: 1px solid var(--border-d);
    color: var(--muted);
    padding: 10px 24px;
    font-family: var(--jost);
    font-size:13px;
    font-weight: 500;
    letter-spacing: 0.16em;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.tab-btn:hover {
    color: var(--black);
    border-color: var(--black);
}
.tab-btn.active {
    background: var(--black);
    border-color: var(--black);
    color: var(--cream);
}
.product-tab-content {
    display: none;
    animation: tabFadeIn 0.4s ease forwards;
    font-family: var(--cormorant);
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--muted);
}
.product-tab-content.active {
    display: block;
}
@keyframes tabFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Technical Details Table styling */
.technical-details-table {
    width: 100%;
    max-width: 500px;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.technical-details-table th, 
.technical-details-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid var(--border);
}
.technical-details-table th {
    font-family: var(--jost);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--black);
    width: 30%;
}
.technical-details-table td {
    font-family: var(--cormorant);
    font-size: 1.1rem;
    color: var(--muted);
}

/* Shipping Policy Grid styling */
.shipping-policy-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}
.shipping-policy-icon {
    font-size: 1.8rem;
    line-height: 1;
    flex-shrink: 0;
}
.shipping-policy-text strong {
    font-family: var(--jost);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--black);
    display: block;
    margin-bottom: 5px;
}
.shipping-policy-text p {
    font-family: var(--jost);
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
}

/* Wishlist Toast Notification */
.wishlist-toast {
    position: fixed;
    bottom: 30px;
    right: -350px;
    background-color: var(--black);
    color: var(--cream);
    padding: 15px 25px;
    border-radius: 3px;
    font-family: var(--jost);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    z-index: 10000;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.wishlist-toast.show {
    right: 30px;
}

/* In Wishlist button active state */
.add-to-wishlist-btn.in-wishlist {
    background-color: rgba(217, 63, 63, 0.05) !important;
    border-color: var(--bn-red) !important;
    color: var(--bn-red) !important;
}
.add-to-wishlist-btn.in-wishlist .heart-icon {
    color: var(--bn-red) !important;
}



.woocommerce-page .content-area{
    width:70%;
}

.woocommerce-page #secondary{    width: 27%;
    margin-right: 0;
}

  .catalog-banner {
            position: relative;
            width: 100%;
            background-color: #1a1512; /* Rich ultra-dark brown-black background */
            min-height: 240px;
            padding: 60px 8%;
        }

   


        /* Main Heading Typography */
     .catalog-banner h1 {    font-family: var(--playfair);
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 1.1; text-align: left!important;
    color: #f4f1ea;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    z-index: 2;
    position: relative;
        }

        /* Serif Italic Accent Style */
      .catalog-banner h1 em {
            font-style: italic;
            color: #c5a880; /* Subtle muted gold tone */
            font-weight: 400;
            padding-left: 4px;
        }

        /* Bottom Metadata Row */
        .meta-info {
            font-size: 0.65rem;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            color: #7c7267;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 12px;
        }
b, strong {
    font-weight: 500;
}
        .meta-info .separator {
            display: inline-block;
            width: 3px;
            height: 3px;
            background-color: #7c7267;
            border-radius: 50%;
            opacity: 0.6;
        }

        /* Massive Background Accent Text */
        .bg-watermark-text {
            position: absolute;
            right: -5%;
            bottom: -22%;
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 15rem;
            font-style: italic;
            font-weight: 700;
            color: #231d19; /* Extremely low contrast ratio for watermark effect */
            user-select: none;
            pointer-events: none;
            white-space: nowrap;
        }
        .product-components{display: flow-root;
    background: var(--cream);}

/* Header Right Actions Styling */
.header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bn-ink);
    position: relative;
    transition: opacity 0.3s ease;
    text-decoration: none;
}
.nav-action-btn:hover {
    opacity: 0.7;
    color: var(--gold);
}
.nav-action-btn svg {
    display: block;
    stroke: var(--bn-ink);
}
.nav-action-btn:hover svg {
    stroke: var(--gold);
}

/* Cart Badge Styling */
.cart-btn {
    position: relative;
}
.cart-count-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--gold);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bn-paper);
    font-family: var(--jost);
    padding: 0 2px;
    box-sizing: border-box;
}

/* Sign Up Button Styling (Matches header mockup) */
.btn-signup {
    background: transparent;
    border: 1px solid var(--bn-ink);
    color: var(--bn-ink);
    font-family: var(--jost);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    padding: 10px 24px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    line-height: 1;
}
.btn-signup:hover {
    background: var(--bn-ink);
    color: var(--bn-paper);
    border-color: var(--bn-ink);
}

/* Fullscreen Search Overlay Styling */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 10, 0.97); /* Rich dark background */
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.search-overlay.open {
    opacity: 1;
    visibility: visible;
}
.search-overlay-content {
    width: 90%;
    max-width: 680px;
    text-align: center;
}
.search-overlay-form {
    position: relative;
    width: 100%;
}
.search-overlay-input {
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(244, 241, 234, 0.2) !important;
    color: #f4f1ea !important;
    font-family: var(--cormorant) !important;
    font-size: 2.2rem !important;
    font-style: italic !important;
    padding: 10px 0 !important;
    text-align: center !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
}
.search-overlay-input:focus {
    border-bottom-color: var(--gold) !important;
}
.search-overlay-tip {
    margin-top: 15px;
    font-family: var(--jost);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(244, 241, 234, 0.4);
}
.search-close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    background: transparent;
    border: none;
    color: #f4f1ea;
    font-size: 3.5rem;
    cursor: pointer;
    line-height: 1;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.search-close-btn:hover {
    opacity: 1;
    color: var(--gold);
}

/* WooCommerce Blocks Cart & Checkout Premium Styling */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    font-family: var(--jost), sans-serif !important;
    max-width: 1200px !important;
    margin: 40px auto !important;
    padding: 0 15px !important;
    color: var(--bn-ink) !important;
}

/* Page titles */
.page-title,
.wp-block-post-title {
    font-family: var(--playfair), serif !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    font-size: 2.8rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

/* Table columns & item headers */
.wc-block-cart__table-header,
.wc-block-cart-items__header {
    font-family: var(--jost), sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    border-bottom: 2px solid var(--bn-ink) !important;
    padding-bottom: 10px !important;
    color: var(--muted) !important;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
    top: 2px!important;}
/* Product names */
.wc-block-components-product-name,.wc-block-components-totals-item__label {    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--bn-ink) !important;
    text-decoration: none !important;
    font-family: var(--jost) !important;
}
.wc-block-components-totals-wrapper { font-size: 17px!important; }
.wc-block-components-formatted-money-amount { font-size: 17px!important; font-weight: 500;}/* Prices */
.wc-block-components-formatted-money {
    font-family: var(--jost), sans-serif !important;
    font-weight: 500 !important;
}

/* Main Checkout Button */
.wc-block-cart__submit-button,
.wc-block-components-checkout-step__submit-button,
.wc-block-cart__submit-button *,
.wc-block-components-checkout-step__submit-button *,
.wc-block-components-button,
.wc-block-components-button * {
    font-family: var(--jost), sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-step__submit-button,
.wc-block-components-button {
    background-color: var(--bn-ink) !important;
    color: var(--bn-paper) !important;
    border: 1px solid var(--bn-ink) !important;
    border-radius: 0px !important;
    padding: 18px 30px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-step__submit-button:hover,
.wc-block-components-button:hover {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    color: #ffffff !important;
}

/* Form controls & inputs */
.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-block-components-combobox .components-combobox-control__input,
.wc-block-components-combobox input {
    border-radius: 0px !important;
    border: 1px solid rgba(12, 12, 10, 0.15) !important;
    font-family: var(--jost), sans-serif !important;
    font-size: 0.85rem !important;
    padding: 12px 15px !important;
    background-color: #fff !important;
}

.wc-block-components-text-input input:focus {
    border-color: var(--gold) !important;
}

/* Sidebar Box / Summary Panel */
.wc-block-cart__sidebar,
.wc-block-checkout__sidebar {
    background-color: #faf8f5 !important;
    border: 1px solid rgba(12, 12, 10, 0.05) !important;
    padding: 30px !important;
}

/* Sidebar Titles */
.wc-block-cart__sidebar-title,
.wc-block-checkout__sidebar-title {
    font-family: var(--playfair), serif !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-bottom: 1px solid rgba(12, 12, 10, 0.1) !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}

/* Totals styling */
.wc-block-components-totals-item {
    font-size: 0.9rem !important;
    padding:0 10px !important;
}
.wc-block-components-totals-item__label {
      color: #000000 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.wc-block-components-totals-item.wc-block-components-totals-footer {
    border-top: 1px solid rgba(12, 12, 10, 0.1) !important;
    margin-top: 15px !important;
    padding-top: 15px !important;
}
.wc-block-components-totals-footer .wc-block-components-totals-item__label {
    font-family: var(--jost), sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: var(--bn-ink) !important;
    text-transform: uppercase !important;
}
.wc-block-components-totals-footer .wc-block-formatted-money,
.wc-block-components-totals-footer .wc-block-components-formatted-money {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: var(--gold) !important;
}

.woocommerce table.shop_table {
    border-collapse: collapse !important;
    border: none !important;
    border-radius: 0px !important;
}
.woocommerce table.shop_table th {
    font-family: var(--jost), sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    color: var(--muted) !important;
    border-bottom: 2px solid var(--bn-ink) !important;
    border-top: none !important;
    padding: 12px 0 !important;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(12, 12, 10, 0.08) !important;
    padding: 20px 0 !important;
}
.woocommerce-cart-form__cart-item .product-name a {
    font-family: var(--playfair), serif !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: var(--bn-ink) !important;
}
.woocommerce-cart-form__cart-item .product-name a:hover {
    color: var(--gold) !important;
}
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
    font-family: var(--jost), sans-serif !important;
    font-weight: 500 !important;
}
.woocommerce .quantity input.qty {
    border-radius: 0 !important;
    border: 1px solid rgba(12, 12, 10, 0.15) !important;
    padding: 8px !important;
    font-family: var(--jost), sans-serif !important;
}
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #order_review {
    background-color: #faf8f5 !important;
    border: 1px solid rgba(12, 12, 10, 0.05) !important;
    padding: 30px !important;
}
.woocommerce-cart .cart-collaterals h2,
.woocommerce-checkout #order_review_heading {
    font-family: var(--playfair), serif !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-bottom: 1px solid rgba(12, 12, 10, 0.1) !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
    background-color: var(--bn-ink) !important;
    color: var(--bn-paper) !important;
    border: 1px solid var(--bn-ink) !important;
    border-radius: 0px !important;
    padding: 18px 30px !important;
    font-family: var(--jost), sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    display: block !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    color: #ffffff !important;
}

/* Custom Toast Notifications styling */
#bn-toast-container {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: none;
    width: 90%;
    max-width: 450px;
}

.bn-toast {
    background-color: var(--black, #171311);
    color: var(--cream, #F7F3EB);
    padding: 12px 28px;
    border-radius: 30px;
    font-family: var(--jost), sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: auto;
    text-align: center;
    line-height: 1.4;
}

.bn-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.bn-toast.hide {
    opacity: 0;
    transform: translateY(-20px);
}

/* Specific styling for error/success colors on the pill text */
.bn-toast.bn-toast-error {
    border: 1px solid rgba(217, 63, 63, 0.3);
}

/* Hide default storefront notifications everywhere */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.wc-block-components-notice,
.woocommerce-NoticeGroup-updateSession {
    display: none !important;
}

.bn-hidden-notice {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-section {
  background-color: var(--bg-dark);
  color: #fff;
  padding: 100px 0 80px 0;
  position: relative;
}

.hero-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hero-content {
  max-width: 500px;
  z-index: 2;
}

.hero-content h1 {font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fff;
    text-align: left;
}

.hero-content h1 .highlight {
  color: var(--accent-gold);
  font-style: italic;
}

.hero-content p {
  color: var(--text-light);
  font-size: 0.95rem;
  font-weight: 300; font-family:var(--playfair)
}
.hero-content.text-left{ text-align: left; }
.hero-bg-text {
  font-size: 10rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.03);
  position: absolute;
  right: 5%;font-family:var(--playfair);
  bottom: 10px;
  pointer-events: none;
  line-height: 1;
}


.stats-section {
  background-color: var(--bg-light);
  border-bottom: 1px solid var(--border-light);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.stat-item {
  display: flex;
  padding: 40px 20px;
  gap: 20px;
}

.stat-item:not(:last-child) {
  border-right: 1px solid var(--border-light);
}

.stat-number {
  font-family: var(--playfair);
  font-size: 3rem;
  color: var(--accent-gold);
  line-height: 1;
}

.stat-desc strong {    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 2px;
    color: #000;
    font-weight: 500;
}

.stat-desc p {
  font-size: 0.8rem;
  color: #666;
}

/* --- MANIFESTO SECTION --- */
.manifesto-section {
  background-color: var(--bg-dark);
  color: #fff;
  padding: 120px 0;
  text-align: center;
}

.manifesto-content {
  max-width: 950px;
}

.section-tag {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: var(--text-light);
  display: block;
  margin-bottom: 30px;
}

.section-tag.dark-text {
  color: #666;
}

.manifesto-section blockquote {
  font-family: var(--playfair);
  font-size:50px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 25px;
}

.manifesto-section cite {
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: var(--accent-gold);
  font-style: normal;
  text-transform: uppercase;
}

/* --- PILLARS SECTION --- */
.pillars-section {
  background-color: var(--bg-card-light);
  border-bottom: 1px solid var(--border-light);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pillar-card {
  padding: 60px 30px;
}

.pillar-card:not(:last-child) {
  border-right: 1px solid var(--border-light);
}

.pillar-meta {
  color: var(--accent-gold);
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.pillar-card h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 15px;
}


/* --- CONTACT SECTION --- */
.contact-section {
  padding: 100px 0;
  background-color: var(--bg-light);
}

.contact-section h2 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 50px;
}

.contact-section h2 .italic {
  font-style: italic;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  border: 1px solid var(--border-light);
}

.contact-box {
  padding: 40px;
}

.contact-box:not(:last-child) {
  border-right: 1px solid var(--border-light);
}

.box-label {
  font-size: 0.7rem;
  color: #999;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.contact-box p, .contact-box a {
 font-size: 19px;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 400;
    font-family: var(--playfair);
}

.contact-box a:hover {
  color: var(--accent-gold);
}
   
/* --- CHANNELS STYLE --- */
.channel-list {
  display: flex;
  flex-direction: column;
}

.channel-item {
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.channel-item:first-child {
  padding-top: 0;
}

.channel-icon-badge {    width: 44px;
    height: 44px;
    background-color: rgb(255 228 191);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    flex-shrink: 0;
}

.channel-info {
  display: flex;
  flex-direction: column;
}

.channel-label {    margin-bottom: 4px;
    font-weight: 500;
    font-family: var(--jost);
    font-size: 12px;
}

.channel-link {
  font-family: var(--playfair);
  font-size: 1.3rem;
  color: var(--text-primary);
  text-decoration: none;
  margin-bottom: 2px;
  transition: color 0.2s ease;
}



.channel-meta {
  font-size: 0.75rem;
  
}

/* --- CONTACT FORM STYLE --- */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 0.65rem;
  letter-spacing: 1.5px;
  
  font-weight: 500;
}

.contact-page-container .form-group input, .contact-page-container .form-group textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    font-family: var(--playfair);
    font-size: 14px;
    color: #111;
    border-radius: 2px;
    transition: border-color 0.2s ease;
}

.contact-page-container .form-group input:focus, 
.contact-page-container .form-group textarea:focus {
  outline: none;
  border-color: var(--text-primary);
}
.contact-page-container  h2{
    font-size: 32px;
    margin-bottom: 33px;
}
/* Placeholder adjustments to mimic active entry look */
.contact-page-container .form-group input::placeholder, 
.contact-page-container .form-group textarea::placeholder {
  color: #B2AFA9;
  font-style: normal;
}

.submit-button {
  background-color:#333;
  color: #FFFFFF;
  border: none;
  padding: 18px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
  transition: opacity 0.2s ease;
}

.submit-button:hover {
  opacity: 0.9; background-color: #000; color: #fff;
}

/* --- BOTTOM OFFICE LOCATIONS GRID --- */
.office-locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 60px;
}

.location-card {
  display: flex;
  flex-direction: column;
}

.location-card:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-right: 40px;
}

.location-tag {    letter-spacing: 1.5px;
    color: #B58A55;
    font-weight: 500;
    margin-bottom: 7px;
    font-family: var(--jost);
    font-size: 12px;
}

.location-card h3 {
  font-family: var(--playfair);
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.location-card p {
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: 300;
}

.location-phone {    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-family: var(--jost);
    font-weight: 500;
}


  /* --- RESET & VARIABLES --- */
.hero-section.request { padding: 30px 0 30px 0;}
.request  .hero-grid {
    align-items: center;
}
.benefits-container {
    background-color: #363636;
    color: #fff;
    width: 50%;
    padding: 36px 45px;
    border-radius: 4px;
}

.benefits-container h2 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
    color: #fff;
}

.benefits-list {
    list-style: none;
    margin: 0;
}
.benefits-list li {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 7px 0 10px 46px;
    border-bottom: 1px solid #626262;
    position: relative;
}

.benefits-list li:first-child {
  padding-top: 0;
}

.benefits-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.benefits-list li::before {content: "\2713";
    position: absolute;
    left: 0;
    top: 11px;
    width: 26px;
    height: 26px;
    background-color: var(--accent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-dark);
    font-size: 0.85rem;
    font-weight: 700;
}


/* --- TEXT STYLE --- */
.benefits-list h3 {    color: #fff;
    font-size: 16px;
    font-family: var(--jost);
    font-weight: 500;    margin: 0;
}

.benefits-list p {
    color: #999595;
    font-weight: 400;
    font-family: var(--jost);
    margin: 0;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    padding: .6180469716em;
    background-color: #ffffff;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;    width: 100%;
    font-weight: 400;
    border: 1px solid #ccc; box-shadow: none;
}
.tsfield{  padding: .6180469716em;
    background-color: #ffffff;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;    width: 100%;
    font-weight: 400;
    border: 1px solid #ccc; box-shadow: none;}
    .tsfield:focus{ box-shadow: none; outline: none;}


    .smp-text {    text-align: center;
    margin: 11px 0 0 0;
    font-family: var(--jost);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
}
 .enquiry-form-container .submit-button { width:100%; margin-top: 20px;}
 .enquiry-form-container .form-lbl{   font-size: 14px;
    font-weight: 500;
    font-family: var(--jost);
    width: 100%;
    display: block;
    margin-bottom: 6px;
    margin-top: 16px;}
.bn-p{  font-family: var(--jost); font-size: 18px;  margin-bottom:25px;}
.enquiry-form-container{
   margin: 60px auto 0 auto;
    max-width: 500px;
}
.app-form-box {padding:0 0 50px 0px;}

.process-list {
  list-style: none; 
  display: flex;      margin: 0;  
  counter-reset: process-counter; 
}

.process-list li {
  flex: 1;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.process-list li:not(:last-child) {
    border-right: 1px solid #d7d7d7;
}

/* --- GENERATE GIANT NUMBERS DYNAMICALLY VIA CSS --- */
.process-list li::before {
  counter-increment: process-counter;
  /* Format number counter output with leading zeros (01, 02, etc.) */
  content: "0" counter(process-counter); 
  
  font-family: var(--playfair);
  font-size: 5rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.04);
  font-weight: 400;
  margin-bottom: 25px;
  display: block;
}

.step-meta {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
    font-family: var(--jost);
}

.process-list h3 {
  font-family: var(--playfair);
  font-size: 1.65rem;
  font-weight: 400;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.process-list p {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.7;
}

/* Hide default variation availability text at the bottom to avoid duplicate display */
.single_variation_wrap .woocommerce-variation-availability {
    display: none !important;
}

/* Custom condition availability styles */
.custom-condition-availability .stock {
    font-family: var(--jost);
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0;
}