/*
Theme Name: BELEEAM Luxe Clean
Theme URI: https://beleeam.com
Author: BELEEAM
Description: A refined, conversion-focused WooCommerce theme for the BELEEAM international jewelry store.
Version: 1.4.0
Text Domain: beleeam-luxe
*/

:root {
  --ink: #201b19;
  --muted: #756c67;
  --cream: #fbf8f3;
  --cream-2: #f4ede4;
  --paper: #fffdf9;
  --gold: #a7793f;
  --gold-dark: #76502b;
  --line: rgba(66, 51, 42, .14);
  --shadow: 0 18px 55px rgba(65, 47, 37, .11);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 10px; color: var(--gold-dark); font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.section-title { margin: 0; font: 400 clamp(34px, 4vw, 58px)/1.08 var(--serif); letter-spacing: -.025em; }
.section-copy { color: var(--muted); max-width: 610px; margin: 16px 0 0; }
.section-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 34px; }
.text-link { color: var(--gold-dark); font-weight: 700; border-bottom: 1px solid currentColor; }

.announcement { background: #241e1b; color: #fff; text-align: center; padding: 9px 20px; font-size: 12px; letter-spacing: .08em; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,253,249,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-main { min-height: 94px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { grid-column: 2; justify-self: center; font: 600 31px/1 var(--serif); letter-spacing: .22em; }
.brand small { display: block; margin-top: 7px; font: 600 8px/1 var(--sans); letter-spacing: .42em; color: var(--muted); text-align: center; }
.header-actions { grid-column: 3; justify-self: end; display: flex; justify-content: flex-end; gap: 20px; align-items: center; }
.header-actions a, .menu-toggle { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 650; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cart-count { min-width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--gold); color: #fff; font-size: 10px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.language-wrap { position: relative; }
.language-select { appearance: none; min-width: 104px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); padding: 9px 30px 9px 14px; font-size: 12px; font-weight: 700; cursor: pointer; }
.language-wrap:after { content: '⌄'; position: absolute; right: 12px; top: 8px; pointer-events: none; }
.goog-te-banner-frame, .skiptranslate iframe { display: none!important; }
body { top: 0!important; }
#google_translate_element { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

.nav-row { border-top: 1px solid var(--line); }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: 34px; min-height: 52px; list-style: none; margin: 0; padding: 0; }
.primary-nav > li { position: relative; }
.primary-nav a { display: block; padding: 15px 0 13px; font-size: 13px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.primary-nav a:hover { color: var(--gold-dark); }
.sub-menu { display: none; position: absolute; top: 100%; left: -22px; min-width: 210px; margin: 0; padding: 12px 22px; list-style: none; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.primary-nav li:hover > .sub-menu { display: block; }
.sub-menu a { padding: 9px 0; text-transform: none; letter-spacing: 0; }
.search-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.search-form { max-width: 760px; margin: 0 auto; padding: 14px 0; display: flex; }
.search-form input { min-width: 0; flex: 1; height: 46px; border: 1px solid var(--line); border-right: 0; border-radius: 4px 0 0 4px; background: #fff; padding: 0 18px; outline: none; }
.search-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(167,121,63,.1); }
.search-form button { width: 52px; border: 0; border-radius: 0 4px 4px 0; background: var(--ink); color: #fff; cursor: pointer; }

.mobile-overlay, .mobile-drawer { display: none; }
.mobile-drawer { position: fixed; inset: 0 auto 0 0; z-index: 1200; width: min(90vw, 410px); height: 100dvh; overflow-y: auto; background: var(--paper); box-shadow: 12px 0 42px rgba(35,27,23,.18); transform: translateX(-105%); transition: transform .28s ease; }
.mobile-overlay { position: fixed; inset: 0; z-index: 1190; background: rgba(35,27,23,.48); opacity: 0; transition: opacity .25s ease; }
.mobile-drawer-head { min-height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--line); }
.mobile-drawer-brand { font: 600 23px/1 var(--serif); letter-spacing: .18em; }
.menu-close { width: 42px; height: 42px; border: 0; background: transparent; color: var(--ink); font-size: 34px; line-height: 1; cursor: pointer; }
.mobile-drawer-search { padding: 6px 18px; background: var(--cream); border-bottom: 1px solid var(--line); }
.mobile-drawer-search .search-form { padding: 10px 0; }
.mobile-nav { padding: 8px 22px 20px; }
.mobile-nav > a, .mobile-nav summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary:after { content: '+'; font-size: 20px; font-weight: 400; }
.mobile-nav details[open] summary:after { content: '−'; }
.mobile-subnav { padding: 6px 0 10px 16px; border-bottom: 1px solid var(--line); }
.mobile-subnav a { display: block; padding: 10px 0; color: var(--muted); font-size: 14px; }
.mobile-drawer-tools { display: grid; gap: 14px; padding: 20px 22px 32px; background: var(--cream); }
.mobile-drawer-tools label { display: grid; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mobile-drawer-tools .language-select { width: 100%; border-radius: 3px; }
.mobile-drawer-tools > a { font-weight: 700; }
body.mobile-menu-open { overflow: hidden; }

/* Native mobile navigation: works without JavaScript or delayed-script settings. */
.mobile-menu-native { display: none; }
.mobile-menu-native > summary { list-style: none; cursor: pointer; }
.mobile-menu-native > summary::-webkit-details-marker { display: none; }
.mobile-menu-panel { display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 1400; max-height: calc(100dvh - 112px); overflow-y: auto; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 22px 45px rgba(35,27,23,.2); }
.mobile-menu-native[open] .mobile-menu-panel { display: block; }
.mobile-menu-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px 10px; }
.mobile-menu-title strong { font: 600 22px/1.2 var(--serif); letter-spacing: .06em; }
.mobile-menu-title span { color: var(--muted); font-size: 10px; }
.mobile-panel-search { padding: 0 18px 8px; background: var(--cream); }
.mobile-panel-search .search-form { padding: 12px 0; }
.mobile-nav-native { padding: 4px 20px 28px; }
.mobile-nav-native .mobile-nav-top,
.mobile-nav-native > details > summary { display: flex; align-items: center; justify-content: space-between; min-height: 50px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; }
.mobile-nav-native > details > summary { list-style: none; }
.mobile-nav-native > details > summary::-webkit-details-marker { display: none; }
.mobile-nav-native > details > summary:after { content: '+'; font-size: 20px; font-weight: 400; }
.mobile-nav-native > details[open] > summary:after { content: '−'; }
.mobile-subnav-native { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 20px; padding: 7px 10px 12px; border-bottom: 1px solid var(--line); background: var(--cream); }
.mobile-subnav-native a { padding: 11px 0; color: var(--muted); font-size: 13px; border-bottom: 1px solid rgba(66,51,42,.08); }

.hero { position: relative; min-height: min(680px, 68vw); background: #efe4d6; display: grid; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero:before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,248,243,.97) 0%, rgba(251,248,243,.88) 31%, rgba(251,248,243,.12) 65%, transparent 100%); }
.hero-content { position: relative; max-width: 590px; padding: 90px 0 105px; }
.hero h1 { margin: 0; font: 400 clamp(48px, 6vw, 86px)/.98 var(--serif); letter-spacing: -.045em; }
.hero p { max-width: 505px; margin: 25px 0 34px; color: #5d514c; font-size: 17px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 51px; padding: 0 27px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; transition: .25s; }
.btn:hover { transform: translateY(-2px); background: var(--gold-dark); border-color: var(--gold-dark); }
.btn-light { margin-left: 10px; color: var(--ink); background: transparent; }
.btn-light:hover { color: #fff; }
.benefits { background: #fff; border-bottom: 1px solid var(--line); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { padding: 25px 24px; text-align: center; border-right: 1px solid var(--line); }
.benefit:last-child { border: 0; }
.benefit strong { display: block; margin-bottom: 3px; font: 600 16px var(--serif); }
.benefit span { color: var(--muted); font-size: 12px; }

.home-section { padding: 100px 0; }
.home-section.soft { background: var(--cream); }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 330px; overflow: hidden; background: #e8ded1; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.category-card:hover img { transform: scale(1.045); }
.category-card:after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(24,19,17,.67)); }
.category-card-copy { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: #fff; }
.category-card h3 { margin: 0; font: 500 25px var(--serif); }
.category-card span { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.category-card:nth-child(2n) { min-height: 370px; margin-top: 24px; }
.category-art { display: grid; place-items: center; height: 100%; min-height: inherit; background: linear-gradient(145deg,#eadbc9,#c9aa82); }
.category-art:before { content: 'BELEEAM'; font: 500 12px var(--serif); letter-spacing: .28em; color: rgba(255,255,255,.5); }

.product-grid, .woocommerce ul.products { display: grid!important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; margin: 0!important; padding: 0!important; }
.product-grid .product, .woocommerce ul.products li.product { width: auto!important; margin: 0!important; padding: 0 0 22px!important; float: none!important; background: #fff; border: 1px solid var(--line); transition: .25s; }
.product-grid .product:hover, .woocommerce ul.products li.product:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.woocommerce ul.products li.product a img { margin: 0 0 18px!important; aspect-ratio: 1/1.08; object-fit: cover; background: var(--cream-2); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 17px!important; font: 500 18px/1.35 var(--serif)!important; }
.woocommerce ul.products li.product .price { padding: 0 17px; color: var(--gold-dark)!important; font-weight: 750!important; }
.woocommerce ul.products li.product .button { margin: 10px 17px 0!important; border-radius: 0!important; background: var(--ink)!important; color: #fff!important; font-size: 12px!important; }
.empty-products { grid-column: 1/-1; padding: 55px; text-align: center; background: #fff; border: 1px solid var(--line); color: var(--muted); }
.empty-products strong { display: block; color: var(--ink); font: 500 25px var(--serif); margin-bottom: 7px; }

.editorial-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; }
.editorial-card { position: relative; min-height: 540px; overflow: hidden; }
.editorial-card img { width: 100%; height: 100%; object-fit: cover; }
.editorial-card-copy { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 25px; background: rgba(255,253,249,.92); backdrop-filter: blur(9px); }
.editorial-card-copy h3 { margin: 0 0 7px; font: 500 30px var(--serif); }
.editorial-card-copy p { margin: 0 0 15px; color: var(--muted); }
.story { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; background: #2b2420; color: #fff; }
.story-visual { background: url('assets/images/pearls-collection.png') center/cover no-repeat; }
.story-copy { align-self: center; padding: clamp(45px,7vw,95px); }
.story-copy .eyebrow { color: #d7b786; }
.story-copy h2 { margin: 0; font: 400 clamp(36px,4.5vw,62px)/1.05 var(--serif); }
.story-copy p { color: #d8cfca; max-width: 540px; }
.newsletter { text-align: center; padding: 90px 20px; background: #eadfd3; }
.newsletter h2 { margin: 0; font: 400 clamp(35px,4vw,56px) var(--serif); }
.newsletter p { color: var(--muted); }
.newsletter-form { display: flex; max-width: 570px; margin: 28px auto 0; }
.newsletter-form input { flex: 1; min-width: 0; border: 0; background: #fff; padding: 0 18px; }
.newsletter-form button { border: 0; background: var(--ink); color: #fff; padding: 16px 25px; cursor: pointer; }

.site-main { min-height: 55vh; }
.content-shell { padding: 70px 0 95px; }
.page-title, .woocommerce-products-header__title { margin: 0 0 35px; font: 400 clamp(40px,5vw,68px) var(--serif); }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 30px; color: var(--muted); }
.woocommerce .woocommerce-ordering select { padding: 12px 36px 12px 14px; border: 1px solid var(--line); background: #fff; }
.woocommerce div.product { padding: 65px 0; }
.woocommerce div.product .product_title { font: 500 clamp(35px,4vw,54px) var(--serif); }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce #respond input#submit.alt { background: var(--ink)!important; border-radius: 0!important; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--gold)!important; }
.woocommerce-message:before, .woocommerce-info:before { color: var(--gold)!important; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { padding: 13px; border: 1px solid var(--line); }
.page-content { max-width: 840px; }
.page-content h2 { font: 500 34px var(--serif); }

.site-footer { background: #241e1b; color: #ece5df; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 55px; padding: 75px 0; }
.footer-brand { font: 500 29px var(--serif); letter-spacing: .18em; }
.footer-copy { color: #bfb3ac; max-width: 350px; font-size: 13px; }
.footer-col h3 { margin: 0 0 18px; color: #fff; font: 500 17px var(--serif); }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin: 8px 0; }
.footer-col a { color: #cfc4bd; font-size: 13px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.11); color: #aa9d96; font-size: 11px; }

@media (max-width: 980px) {
  .header-main { grid-template-columns: auto 1fr auto; }
  .menu-toggle { grid-column: 1; }
  .brand { grid-column: 2; justify-self: center; }
  .header-actions { grid-column: 3; }
  .desktop-only { display: none!important; }
  .menu-toggle { display: inline-flex; }
  .mobile-menu-native { display: block; grid-column: 1; justify-self: start; }
  .mobile-menu-native > summary { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 6px 4px; color: var(--ink); font-size: 14px; font-weight: 750; }
  .mobile-menu-native[open] > summary { color: var(--gold-dark); }
  .nav-row { display: none; }
  .mobile-overlay, .mobile-drawer { display: block; }
  body.mobile-menu-open .mobile-overlay { opacity: 1; }
  body.mobile-menu-open .mobile-drawer { transform: translateX(0); }
  .search-strip .container { width: min(100% - 24px, 760px); }
  .hero { min-height: 610px; }
  .hero-media { object-position: 64% center; }
  .hero:before { background: linear-gradient(90deg,rgba(251,248,243,.97),rgba(251,248,243,.72) 58%,rgba(251,248,243,.2)); }
  .hero-content { max-width: 520px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .category-card:nth-child(2n) { margin: 0; }
  .product-grid, .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1240px); }
  .announcement { font-size: 10px; letter-spacing: .04em; }
  .header-main { min-height: 67px; gap: 10px; }
  .brand { font-size: 22px; letter-spacing: .14em; }
  .brand small { display: none; }
  .header-actions { gap: 9px; }
  .header-actions .language-wrap { display: none; }
  .mobile-menu-panel { max-height: calc(100dvh - 105px); }
  .mobile-menu-title { padding-inline: 16px; }
  .mobile-panel-search { padding-inline: 14px; }
  .mobile-nav-native { padding-inline: 16px; }
  .hero { min-height: 540px; align-items: end; }
  .hero-media { object-position: 67% center; }
  .hero:before { background: linear-gradient(180deg,rgba(251,248,243,.25),rgba(251,248,243,.87) 53%,rgba(251,248,243,.99)); }
  .hero-content { padding: 205px 0 42px; }
  .hero h1 { font-size: clamp(39px, 12vw, 48px); line-height: .98; }
  .hero p { font-size: 14px; margin: 16px 0 24px; }
  .btn { min-height: 47px; padding: 0 17px; font-size: 11px; }
  .benefit { padding: 18px 8px; }
  .home-section { padding: 70px 0; }
  .section-head { display: block; }
  .section-head .text-link { display: inline-block; margin-top: 16px; }
  .category-grid { gap: 10px; }
  .category-card { min-height: 245px; }
  .category-card h3 { font-size: 21px; }
  .product-grid, .woocommerce ul.products { gap: 11px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 11px!important; font-size: 15px!important; }
  .woocommerce ul.products li.product .price { padding: 0 11px; }
  .woocommerce ul.products li.product .button { margin-left: 11px!important; margin-right: 11px!important; }
  .editorial-grid, .story { grid-template-columns: 1fr; }
  .editorial-card { min-height: 420px; }
  .story-visual { min-height: 390px; }
  .story-copy { padding: 50px 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding: 55px 0; }
  .footer-bottom { display: block; }
}
