/*
Theme Name: Veritas Canyon Boutique
Theme URI: https://veritascanyon.com/
Author: Veritas Canyon
Description: A refined WooCommerce storefront for Veritas Canyon Boutique, with editorial western styling, responsive commerce layouts, and native WooCommerce support.
Version: 1.0.8
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: veritas-canyon-boutique
Tags: e-commerce, woocommerce, custom-logo, custom-menu, featured-images, responsive-layout
*/

:root {
  --vcb-plum: #4b2338;
  --vcb-plum-2: #6e3a54;
  --vcb-rose: #9a6a79;
  --vcb-gold: #b99166;
  --vcb-canyon: #c98b76;
  --vcb-cream: #fbf8f3;
  --vcb-cream-2: #f3ece4;
  --vcb-ink: #2d2328;
  --vcb-muted: #766d70;
  --vcb-line: #e8ded5;
  --vcb-white: #fffdfa;
  --vcb-shadow: 0 18px 45px rgba(50, 31, 39, .10);
  --vcb-radius: 2px;
  --vcb-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--vcb-cream);
  color: var(--vcb-ink);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--vcb-plum-2); }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }

.vcb-wrap { width: min(calc(100% - 48px), var(--vcb-max)); margin: 0 auto; }
.vcb-section { padding: 80px 0; }
.vcb-kicker {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 12px;
  color: var(--vcb-plum); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.vcb-kicker::after { content:""; width: 34px; height: 1px; background: var(--vcb-gold); }
.vcb-heading, h1, h2, h3, h4, h5, h6 {
  color: var(--vcb-plum); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: 1.04;
}
.vcb-heading { margin: 0; font-size: clamp(40px, 5vw, 64px); }
.vcb-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wp-element-button,
button[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 13px 25px;
  border: 1px solid var(--vcb-plum) !important; border-radius: var(--vcb-radius) !important;
  background: var(--vcb-plum) !important; color: white !important;
  font-size: 11px !important; font-weight: 700 !important; letter-spacing: .12em; text-transform: uppercase;
  transition: .2s ease; box-shadow: none !important;
}
.vcb-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wp-element-button:hover,
button[type="submit"]:hover { background: #341827 !important; border-color: #341827 !important; color: white !important; transform: translateY(-1px); }
.vcb-button--light { background: transparent !important; color: var(--vcb-plum) !important; }

/* Announcement */
.vcb-announcement { background: linear-gradient(90deg, #3f1e30, #682d4a, #3f1e30); color: #fff; text-align: center; padding: 9px 20px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }

/* Header */
.site-header { position: relative; z-index: 50; background: rgba(255,253,250,.98); border-bottom: 1px solid rgba(80,48,59,.08); }
.site-header .vcb-wrap { width:min(calc(100% - 48px), 1320px); }
.site-header__inner { min-height: 86px; display: grid; grid-template-columns: 170px minmax(0,1fr) 156px; align-items: center; gap: 18px; overflow: visible; }
.site-branding { min-width:0; }
.site-branding a { display:inline-flex; align-items:center; }
.site-branding img { max-width: 160px; max-height: 70px; width: auto; object-fit: contain; }
.site-title-text { font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; color: var(--vcb-plum); }
.site-nav { min-width:0; }
.primary-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: clamp(13px, 1.45vw, 23px); min-width:0; max-width:100%; }
.primary-menu li { margin: 0; flex:0 0 auto; }
.primary-menu a { font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: #372a30; white-space: nowrap; }
.primary-menu a:hover { color: var(--vcb-plum-2); }
.header-actions { display: flex; gap: 5px; align-items: center; justify-content:flex-end; flex:0 0 auto; min-width:0; }
.header-action { appearance:none; border:0 !important; background:transparent !important; padding:0 !important; min-height:0 !important; display: grid; place-items: center; width: 34px; height: 34px; color: var(--vcb-plum) !important; position: relative; cursor:pointer; }
.header-action:hover { color:var(--vcb-plum-2) !important; transform:none !important; }
.header-action svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.header-cart-link { width:auto; min-width:76px; padding:0 9px !important; grid-auto-flow:column; gap:6px; border:1px solid var(--vcb-line) !important; border-radius:999px !important; }
.header-cart-link:hover { border-color:#cdb9aa !important; background:#fff !important; }
.header-cart-label { font-size:9px; font-weight:700; letter-spacing:.10em; text-transform:uppercase; }
.cart-count { position:static; width:18px; height:18px; border-radius:50%; background:var(--vcb-plum); color:#fff; font-size:9px; display:grid; place-items:center; font-weight:700; }
.menu-toggle { display:none; border:0 !important; background:transparent !important; color:var(--vcb-plum) !important; padding:6px !important; min-height:auto; }
.menu-toggle span { display:block; width:24px; height:1px; background:currentColor; margin:5px 0; }
.vcb-header-search { position:absolute; left:0; right:0; top:100%; background:#fffdfa; border-top:1px solid var(--vcb-line); border-bottom:1px solid var(--vcb-line); box-shadow:0 14px 28px rgba(45,35,40,.08); opacity:0; visibility:hidden; transform:translateY(-5px); transition:.18s ease; }
.vcb-header-search.is-open { opacity:1; visibility:visible; transform:translateY(0); }
.vcb-header-search__inner { padding:18px 0; }
.vcb-header-search form { display:flex; align-items:center; max-width:760px; margin:0 auto; }
.vcb-header-search input[type="search"] { flex:1; min-width:0; height:48px; border:1px solid #ddcec2; background:#fff; padding:0 16px; color:var(--vcb-ink); outline:none; }
.vcb-header-search input[type="search"]:focus { border-color:var(--vcb-plum-2); box-shadow:0 0 0 2px rgba(110,58,84,.08); }
.vcb-header-search button[type="submit"] { min-width:118px; height:48px; border-radius:0 !important; }

/* Hero */
.vcb-hero { background: var(--vcb-cream-2); overflow: hidden; }
.vcb-hero__grid { min-height: 560px; display: grid; grid-template-columns: 49% 51%; }
.vcb-hero__copy { display:flex; flex-direction:column; justify-content:center; padding: 70px max(48px, calc((100vw - var(--vcb-max))/2)); padding-right: 55px; background: linear-gradient(135deg, #fffdfa 0%, #f6efe8 100%); }
.vcb-script { margin: 0 0 4px; color: var(--vcb-plum); font-family: "Caveat", cursive; font-size: clamp(30px, 3.5vw, 46px); font-weight: 500; line-height: 1.1; }
.vcb-hero h1 { margin: 6px 0 18px; font-size: clamp(54px, 6vw, 84px); letter-spacing: -.02em; }
.vcb-hero__copy p:not(.vcb-script) { max-width: 430px; margin:0 0 28px; color:#544b4f; font-size:16px; line-height:1.55; }
.vcb-hero__image { min-height:560px; background-position:center 28%; background-size:cover; position:relative; }
.vcb-hero__image::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(251,248,243,.16), transparent 24%); pointer-events:none; }

/* Trust strip */
.vcb-trust { background:#fffdfa; border-bottom:1px solid var(--vcb-line); }
.vcb-trust__grid { display:grid; grid-template-columns:repeat(4,1fr); padding:28px 0; }
.vcb-trust__item { padding: 5px 30px; text-align:center; border-right:1px solid #e8d8c9; }
.vcb-trust__item:last-child { border-right:0; }
.vcb-trust__icon { width:36px; height:36px; margin:0 auto 7px; display:grid; place-items:center; color:var(--vcb-plum); font-family:Georgia,serif; font-size:26px; }
.vcb-trust__item strong { display:block; font-size:10px; letter-spacing:.13em; text-transform:uppercase; margin-bottom:3px; }
.vcb-trust__item span { display:block; color:#675e61; font-size:12px; line-height:1.5; }

/* Story */
.vcb-story { background:#fffdfa; }
.vcb-story__grid { display:grid; grid-template-columns: 42% 58%; min-height:480px; }
.vcb-story__copy { padding: 72px 60px 72px max(48px, calc((100vw - var(--vcb-max))/2)); display:flex; flex-direction:column; justify-content:center; }
.vcb-story__copy .vcb-heading { font-size:clamp(42px,5vw,60px); margin-bottom:20px; }
.vcb-story__copy p { max-width: 470px; margin:0 0 26px; }
.vcb-story__image { background-size:cover; background-position:center; min-height:480px; }

/* Categories */
.vcb-categories { background:var(--vcb-cream); }
.vcb-section-title { text-align:center; margin:0 0 30px; font-family:"Montserrat",sans-serif; font-size:13px; font-weight:600; letter-spacing:.22em; text-transform:uppercase; color:var(--vcb-plum); }
.vcb-section-title::after { content:""; display:block; width:30px; height:1px; background:var(--vcb-gold); margin:10px auto 0; }
.vcb-category-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.vcb-category-card { background:#fff; text-align:center; box-shadow:0 4px 18px rgba(50,31,39,.035); transition:.22s ease; }
.vcb-category-card:hover { transform:translateY(-3px); box-shadow:var(--vcb-shadow); }
.vcb-category-card__image { aspect-ratio: 1.08 / 1; background-size:cover; background-position:center; }
.vcb-category-card__body { padding:13px 10px 16px; }
.vcb-category-card__body strong { display:block; font-size:10px; letter-spacing:.13em; text-transform:uppercase; }
.vcb-category-card__body span { display:inline-block; margin-top:5px; font-family:Georgia,serif; font-size:12px; text-decoration:underline; text-underline-offset:3px; }

/* Products */
.vcb-new-arrivals { background:#fffdfa; }
.vcb-products-header { display:flex; justify-content:space-between; align-items:flex-end; gap:20px; margin-bottom:30px; }
.vcb-products-header .vcb-heading { font-size:48px; }
.woocommerce ul.products { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px 20px; margin:0 !important; }
.woocommerce ul.products::before,.woocommerce ul.products::after { display:none !important; }
.woocommerce ul.products li.product { float:none !important; width:auto !important; margin:0 !important; background:#fff; padding-bottom:16px; position:relative; }
.woocommerce ul.products li.product a img { margin:0 0 15px !important; width:100%; aspect-ratio:4/5; object-fit:cover; background:#f0e9e2; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding:0 14px !important; margin:0 0 5px !important; font-size:23px !important; color:var(--vcb-plum); }
.woocommerce ul.products li.product .price { padding:0 14px; color:var(--vcb-ink) !important; font-size:14px !important; font-weight:600 !important; }
.woocommerce ul.products li.product .button { margin:8px 14px 0 !important; font-size:9px !important; padding:9px 13px !important; min-height:38px; }
.woocommerce span.onsale { background:var(--vcb-plum) !important; min-width:44px !important; min-height:44px !important; line-height:44px !important; top:10px !important; left:10px !important; right:auto !important; font-size:10px !important; }

/* Newsletter */
.vcb-newsletter { background:linear-gradient(110deg,#442033,#6e3150 58%,#4b2338); color:#fff; }
.vcb-newsletter__inner { display:grid; grid-template-columns:1fr 1.4fr; align-items:center; gap:60px; padding:42px 0; }
.vcb-newsletter h2 { color:#fff; font-family:"Montserrat",sans-serif; font-size:12px; letter-spacing:.18em; text-transform:uppercase; margin:0 0 8px; }
.vcb-newsletter p { margin:0; color:rgba(255,255,255,.82); font-size:12px; }
.vcb-newsletter__right { text-align:right; }
.vcb-newsletter__right strong { display:block; font-size:11px; letter-spacing:.16em; text-transform:uppercase; margin-bottom:8px; }
.vcb-newsletter__right a { color:#fff; border-bottom:1px solid rgba(255,255,255,.5); padding-bottom:3px; }

/* Footer */
.site-footer { background:#fffdfa; border-top:1px solid var(--vcb-line); }
.site-footer__grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr) 1.2fr; gap:35px; padding:48px 0; }
.footer-brand img { max-width:190px; max-height:88px; object-fit:contain; }
.footer-col h3 { font-family:"Montserrat",sans-serif; color:var(--vcb-ink); font-size:10px; letter-spacing:.12em; text-transform:uppercase; font-weight:700; margin:0 0 10px; }
.footer-col ul { list-style:none; margin:0; padding:0; }
.footer-col li { margin:2px 0; }
.footer-col a { font-size:11px; color:#554c4f; }
.footer-social { display:flex; gap:14px; font-size:15px; }
.site-info { background:var(--vcb-plum); color:rgba(255,255,255,.82); text-align:center; padding:12px 20px; font-size:9px; }

/* Inner pages */
.vcb-page-header { padding:60px 0 34px; text-align:center; background:var(--vcb-cream-2); border-bottom:1px solid var(--vcb-line); }
.vcb-page-header h1 { margin:0; font-size:56px; }
.vcb-content { padding:55px 0 80px; }
.vcb-content--narrow { max-width:820px; margin:0 auto; }
.entry-content > *:first-child { margin-top:0; }

/* WooCommerce pages */
.woocommerce .woocommerce-breadcrumb { margin:0 0 22px; color:var(--vcb-muted); font-size:11px; }
.woocommerce .woocommerce-breadcrumb a { color:var(--vcb-plum); }
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering { margin-bottom:28px; }
.woocommerce .woocommerce-ordering select { border:1px solid var(--vcb-line); background:#fff; padding:10px 38px 10px 12px; }
.woocommerce div.product { display:block; }
.woocommerce div.product div.images img { background:#f5eee8; }
.woocommerce div.product .product_title { font-size:52px; margin:0 0 10px; }
.woocommerce div.product p.price,.woocommerce div.product span.price { color:var(--vcb-plum) !important; font-size:22px !important; }
.woocommerce div.product form.cart .variations select { min-width:220px; border:1px solid var(--vcb-line); background:#fff; padding:10px; }
.woocommerce div.product form.cart div.quantity { margin-right:10px; }
.woocommerce .quantity .qty { min-height:46px; border:1px solid var(--vcb-line); }
.woocommerce-tabs ul.tabs { padding:0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border:0 !important; background:transparent !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color:var(--vcb-line) !important; }
.woocommerce-message,.woocommerce-info,.woocommerce-error { background:#fff !important; border-top-color:var(--vcb-plum) !important; color:var(--vcb-ink) !important; }
.woocommerce-info::before,.woocommerce-message::before { color:var(--vcb-plum) !important; }
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,
.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border:1px solid #d9cec5 !important; border-radius:2px !important; background:#fffdfa !important; min-height:48px; box-shadow:none !important;
}
.woocommerce table.shop_table { border-color:var(--vcb-line); border-radius:0; background:#fff; }
.woocommerce table.shop_table th,.woocommerce table.shop_table td { padding:14px 16px; }
.woocommerce-checkout #payment { background:#f5eee8; border-radius:0; }
.woocommerce-checkout #payment div.payment_box { background:#fff; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color:#fff; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style:none; padding:0; margin:0; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display:block; padding:10px 14px; border-bottom:1px solid var(--vcb-line); }

/* Shopping flow helpers */
/* WooCommerce floats its built-in View Cart action. Keep both post-add-to-cart
   actions in normal flow so Continue Shopping and View Cart never collide. */
.woocommerce-message .button,
.woocommerce-message a.button,
.woocommerce-message .wc-forward,
.woocommerce-message .vcb-continue-shopping {
  float:none !important;
  position:static !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:auto !important;
  min-height:40px !important;
  margin:8px 0 0 10px !important;
  padding:10px 18px !important;
  vertical-align:middle;
  white-space:nowrap;
}
.woocommerce-message .vcb-continue-shopping {
  background:var(--vcb-plum) !important;
  color:#fff !important;
}
.woocommerce-message .wc-forward {
  background:var(--vcb-plum) !important;
  color:#fff !important;
}
.woocommerce-message::after { content:""; display:table; clear:both; }
.woocommerce-cart-form .actions { vertical-align:middle; }
.woocommerce-cart-form .vcb-cart-continue {
  float:left !important; margin-right:10px !important; background:transparent !important; color:var(--vcb-plum) !important;
}
.woocommerce-cart-form .vcb-cart-continue:hover { background:var(--vcb-cream-2) !important; color:var(--vcb-plum) !important; }

/* Block cart/checkout */
.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout { max-width:var(--vcb-max); margin:42px auto 80px; padding:0 24px; }
.wc-block-components-button { border-radius:2px !important; }
.wc-block-components-totals-wrapper { border-color:var(--vcb-line) !important; }

/* Search */
.search-form { display:flex; max-width:600px; margin:0 auto; }
.search-form label { flex:1; }
.search-field { width:100%; min-height:46px; border:1px solid var(--vcb-line); padding:0 14px; background:#fff; }
.search-submit { min-width:120px; }

@media (max-width: 1260px) {
  .site-header .vcb-wrap { width:min(calc(100% - 36px), 1180px); }
  .site-header__inner { grid-template-columns:150px minmax(0,1fr) 146px; gap:11px; }
  .site-branding img { max-width:142px; max-height:64px; }
  .primary-menu { gap:10px; }
  .primary-menu a { font-size:8.9px; letter-spacing:.06em; }
  .header-actions { gap:3px; }
  .header-action { width:32px; height:32px; }
  .header-cart-link { min-width:72px; }
  .vcb-category-grid { grid-template-columns:repeat(3,1fr); }
  .woocommerce ul.products { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .site-footer__grid { grid-template-columns:1.3fr repeat(3,1fr); }
  .site-footer__grid .footer-social-col { grid-column:2 / -1; }
}

@media (max-width: 1160px) {
  .vcb-wrap { width:min(calc(100% - 32px), var(--vcb-max)); }
  .site-header .vcb-wrap { width:min(calc(100% - 32px), var(--vcb-max)); }
  .site-header__inner { min-height:78px; display:flex; justify-content:space-between; }
  .site-branding img { max-width:150px; max-height:64px; }
  .menu-toggle { display:block; }
  .site-nav { display:none; position:absolute; left:0; right:0; top:100%; background:#fffdfa; border-top:1px solid var(--vcb-line); box-shadow:0 12px 22px rgba(0,0,0,.08); }
  .site-nav.is-open { display:block; }
  .primary-menu { display:block; padding:14px 24px 20px; }
  .primary-menu li { border-bottom:1px solid var(--vcb-line); }
  .primary-menu a { display:block; padding:13px 4px; font-size:11px; }
  .header-actions .account-link { display:none; }
  .header-cart-link { min-width:42px; width:42px; padding:0 !important; }
  .header-cart-label { display:none; }
  .vcb-hero__grid { min-height:unset; grid-template-columns:1fr; }
  .vcb-hero__copy { padding:52px 28px; order:2; }
  .vcb-hero__image { min-height:430px; order:1; background-position:center 22%; }
  .vcb-hero h1 { font-size:56px; }
  .vcb-trust__grid { grid-template-columns:1fr 1fr; }
  .vcb-trust__item:nth-child(2) { border-right:0; }
  .vcb-trust__item:nth-child(-n+2) { border-bottom:1px solid #e8d8c9; padding-bottom:20px; margin-bottom:20px; }
  .vcb-story__grid { grid-template-columns:1fr; }
  .vcb-story__copy { padding:55px 28px; }
  .vcb-story__image { min-height:390px; }
  .vcb-category-grid { grid-template-columns:repeat(2,1fr); }
  .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .vcb-newsletter__inner { grid-template-columns:1fr; gap:20px; }
  .vcb-newsletter__right { text-align:left; }
  .site-footer__grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .site-footer__grid .footer-social-col { grid-column:auto; }
}

@media (max-width: 620px) {
  .woocommerce-message .button,
  .woocommerce-message a.button,
  .woocommerce-message .wc-forward,
  .woocommerce-message .vcb-continue-shopping {
    display:flex !important;
    width:100% !important;
    margin:10px 0 0 !important;
  }
  .vcb-header-search__inner { padding:12px 16px; }
  .vcb-header-search form { max-width:none; }
  .vcb-header-search button[type="submit"] { min-width:92px; padding-left:14px; padding-right:14px; }
}

@media (max-width: 520px) {
  .vcb-announcement { font-size:8px; letter-spacing:.13em; }
  .header-actions { gap:4px; }
  .vcb-hero__image { min-height:330px; }
  .vcb-hero h1 { font-size:48px; }
  .vcb-script { font-size:31px; }
  .vcb-trust__grid { grid-template-columns:1fr 1fr; }
  .vcb-trust__item { padding:6px 12px; }
  .vcb-category-grid { grid-template-columns:1fr 1fr; gap:10px; }
  .vcb-products-header { display:block; }
  .vcb-products-header .vcb-button { margin-top:15px; }
  .woocommerce ul.products { grid-template-columns:1fr 1fr; gap:18px 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size:19px !important; }
  .site-footer__grid { grid-template-columns:1fr 1fr; gap:28px 18px; }
  .vcb-page-header h1 { font-size:44px; }
}


/* ============================================================
   v1.0.4 — Storefront polish pass
   ============================================================ */

/* Refine section rhythm without changing the proven hero/header structure. */
.vcb-section { padding: 86px 0; }
.vcb-trust { box-shadow: inset 0 1px 0 rgba(75,35,56,.025); }
.vcb-trust__grid { padding: 30px 0; }
.vcb-trust__item { position:relative; padding: 7px 28px; }
.vcb-trust__icon { width:32px; height:32px; margin-bottom:9px; }
.vcb-trust__icon svg { width:29px; height:29px; fill:none; stroke:currentColor; stroke-width:1.45; stroke-linecap:round; stroke-linejoin:round; }
.vcb-trust__item strong { color:#3a2d33; font-size:9.5px; letter-spacing:.15em; }
.vcb-trust__item span { color:#766b6f; font-size:11px; line-height:1.55; }

/* Story gets a more editorial, premium split. */
.vcb-story__grid { min-height:520px; }
.vcb-story__copy { padding-top:80px; padding-bottom:80px; }
.vcb-story__copy p { color:#5f5659; line-height:1.8; }
.vcb-story__image { min-height:520px; position:relative; }
.vcb-story__image::after { content:""; position:absolute; inset:0; box-shadow:inset 28px 0 50px rgba(255,253,250,.08); pointer-events:none; }

/* Shop-by-category cards: crisp image treatment, richer hover cue. */
.vcb-categories { border-top:1px solid rgba(75,35,56,.035); border-bottom:1px solid rgba(75,35,56,.04); }
.vcb-section-title { margin-bottom:34px; }
.vcb-category-grid { gap:18px; }
.vcb-category-card { overflow:hidden; border:1px solid rgba(75,35,56,.055); box-shadow:0 8px 24px rgba(50,31,39,.035); }
.vcb-category-card__image { position:relative; transform:scale(1.001); transition:transform .45s ease; }
.vcb-category-card__image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 64%,rgba(45,35,40,.08)); opacity:.65; transition:opacity .3s ease; }
.vcb-category-card:hover .vcb-category-card__image { transform:scale(1.025); }
.vcb-category-card:hover .vcb-category-card__image::after { opacity:.35; }
.vcb-category-card__body { padding:16px 10px 18px; background:#fffdfa; }
.vcb-category-card__body strong { color:#3b3034; font-size:9.5px; letter-spacing:.16em; }
.vcb-category-card__body span { color:var(--vcb-plum); font-size:12px; text-decoration:none; border-bottom:1px solid #c9a989; padding-bottom:1px; }

/* New arrivals block and Woo product cards. */
.vcb-new-arrivals { border-top:1px solid rgba(75,35,56,.03); }
.vcb-products-header { margin-bottom:34px; }
.vcb-products-header .vcb-heading { letter-spacing:-.02em; }
.woocommerce ul.products li.product { overflow:hidden; border:1px solid rgba(75,35,56,.055); box-shadow:0 7px 22px rgba(49,31,39,.035); transition:transform .24s ease, box-shadow .24s ease; }
.woocommerce ul.products li.product:hover { transform:translateY(-3px); box-shadow:0 16px 34px rgba(50,31,39,.09); }
.woocommerce ul.products li.product a img { transition:transform .42s ease; }
.woocommerce ul.products li.product:hover a img { transform:scale(1.018); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { line-height:1.08; }
.woocommerce ul.products li.product .price { margin-bottom:4px; }
.woocommerce ul.products li.product .button { background:transparent !important; color:var(--vcb-plum) !important; border-color:#d7c5b7 !important; }
.woocommerce ul.products li.product .button:hover { background:var(--vcb-plum) !important; color:#fff !important; border-color:var(--vcb-plum) !important; }

/* Newsletter / social band: closer to the approved mockup. */
.vcb-newsletter { position:relative; overflow:hidden; }
.vcb-newsletter::before { content:""; position:absolute; width:280px; height:280px; border:1px solid rgba(255,255,255,.08); border-radius:50%; right:-110px; top:-155px; }
.vcb-newsletter__inner { position:relative; z-index:1; padding:46px 0; }
.vcb-newsletter h2 { font-size:11px; letter-spacing:.20em; }
.vcb-newsletter p { max-width:520px; font-size:11.5px; line-height:1.65; }
.vcb-newsletter__right strong { letter-spacing:.15em; }
.vcb-newsletter__right a { font-family:"Cormorant Garamond",Georgia,serif; font-size:17px; }

/* Footer polish. */
.site-footer__grid { padding-top:54px; padding-bottom:52px; align-items:start; }
.footer-brand img { max-width:175px; }
.footer-tagline { max-width:210px; margin:11px 0 0; color:#75686d; font-family:"Cormorant Garamond",Georgia,serif; font-size:17px; line-height:1.3; font-style:italic; }
.footer-col h3 { margin-bottom:13px; color:var(--vcb-plum); }
.footer-col li { margin:4px 0; }
.footer-col a { transition:color .16s ease; }
.footer-col a:hover { color:var(--vcb-plum); }
.footer-social a { width:34px; height:34px; display:grid; place-items:center; border:1px solid var(--vcb-line); border-radius:50%; color:var(--vcb-plum); }
.footer-social a:hover { background:var(--vcb-plum); border-color:var(--vcb-plum); color:#fff; }
.site-info { letter-spacing:.04em; }

/* Archive / category pages. */
.woocommerce-products-header { text-align:center; margin:0 0 44px; padding:10px 0 28px; border-bottom:1px solid var(--vcb-line); }
.woocommerce-products-header__title.page-title { margin:0 0 10px; font-size:clamp(48px,6vw,70px); }
.woocommerce-products-header .term-description { max-width:690px; margin:0 auto; color:#6d6266; }
.woocommerce .woocommerce-result-count { color:#776d70; font-size:11px; letter-spacing:.04em; }
.woocommerce .woocommerce-ordering select { min-height:42px; color:#493b40; }

/* Single product — clean editorial two-column layout. */
.single-product .vcb-content { padding-top:44px; }
.single-product .woocommerce div.product { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr); column-gap:64px; row-gap:48px; align-items:start; }
.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary { float:none !important; width:auto !important; margin:0 !important; }
.single-product .woocommerce div.product div.images { min-width:0; }
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { background:#f6efe9; }
.single-product .woocommerce div.product div.images img { width:100%; max-height:760px; object-fit:contain; }
.single-product .woocommerce div.product div.summary { padding:24px 0 0; position:sticky; top:24px; }
.single-product .woocommerce div.product .product_title { font-size:clamp(46px,5vw,64px); letter-spacing:-.02em; }
.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price { margin:12px 0 18px; font-family:"Cormorant Garamond",Georgia,serif; font-size:29px !important; font-weight:500; }
.single-product .woocommerce-product-details__short-description { color:#61575b; line-height:1.75; }
.single-product .stock { color:#786b46 !important; font-size:12px; font-weight:600; }
.single-product .woocommerce div.product form.cart { margin-top:22px; }
.single-product .woocommerce div.product form.cart .button { min-height:48px; padding-left:30px; padding-right:30px; }
.single-product .product_meta { margin-top:28px; padding-top:18px; border-top:1px solid var(--vcb-line); color:#7a7073; font-size:10px; letter-spacing:.04em; }
.single-product .product_meta a { color:var(--vcb-plum); }
.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells { grid-column:1 / -1; }
.single-product .woocommerce-tabs { margin-top:10px; }
.single-product .woocommerce div.product .woocommerce-tabs .panel { max-width:900px; color:#5f5559; }
.single-product .related > h2,
.single-product .upsells > h2 { font-size:42px; margin-bottom:24px; }

/* Variations feel intentional, not like stock WooCommerce. */
.single-product table.variations { margin-bottom:12px !important; }
.single-product table.variations th,
.single-product table.variations td { display:block; padding:0 0 7px !important; text-align:left; }
.single-product table.variations label { font-size:10px; letter-spacing:.13em; text-transform:uppercase; color:#4b3b42; }
.single-product .reset_variations { margin-left:9px; font-size:10px; color:#806573; text-decoration:underline; }
.single-product .woocommerce-variation-price { margin-bottom:10px; }

/* Cart / checkout visual cleanup while preserving all shipping/payment logic. */
.woocommerce-cart .vcb-content,
.woocommerce-checkout .vcb-content { max-width:1180px; }
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table { box-shadow:0 10px 28px rgba(45,35,40,.035); }
.woocommerce-cart .cart-collaterals .cart_totals { background:#fff; padding:26px; border:1px solid var(--vcb-line); }
.woocommerce-cart .cart-collaterals .cart_totals h2 { margin-top:0; font-size:34px; }
.woocommerce-checkout h3 { font-size:32px; }

/* Active storefront navigation cue. */
.primary-menu li.current-vcb-item > a { color:var(--vcb-plum); position:relative; }
.primary-menu li.current-vcb-item > a::after { content:""; position:absolute; left:0; right:0; bottom:-8px; height:1px; background:var(--vcb-gold); }

@media (max-width:1160px) {
  .single-product .woocommerce div.product { grid-template-columns:1fr; gap:34px; }
  .single-product .woocommerce div.product div.summary { position:static; padding-top:0; }
  .single-product .woocommerce-tabs,
  .single-product .related,
  .single-product .upsells { grid-column:auto; }
  .primary-menu li.current-vcb-item > a::after { display:none; }
}

@media (max-width:760px) {
  .vcb-section { padding:64px 0; }
  .vcb-story__copy { padding-top:58px; padding-bottom:58px; }
  .vcb-story__image { min-height:360px; }
  .vcb-newsletter__inner { padding:36px 0; }
  .single-product .woocommerce div.product .product_title { font-size:46px; }
}


/* ============================================================
   v1.0.5 — Section rhythm + sparse archive polish
   ============================================================ */

/* The category row was landing beautifully, but the generic section padding
   compounded between adjacent sections and created a false "missing content"
   gap. Keep breathing room, remove the canyon. */
.home .vcb-categories {
  padding-bottom: 54px;
}
.home .vcb-new-arrivals {
  padding-top: 58px;
}
.home .vcb-new-arrivals .vcb-products-header {
  margin-bottom: 24px;
}
.home .vcb-new-arrivals .woocommerce ul.products {
  margin-top: 0 !important;
}

/* Archive/category pages feel more like an intentional boutique collection. */
.post-type-archive-product .vcb-content,
.tax-product_cat .vcb-content,
.tax-product_tag .vcb-content {
  padding-top: 48px;
  padding-bottom: 92px;
}
.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header,
.tax-product_tag .woocommerce-products-header {
  margin-bottom: 34px;
}
.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products,
.tax-product_tag .woocommerce ul.products {
  gap: 30px 20px;
}

/* Give loop cards a restrained desktop width even while inventory is sparse;
   once more products are loaded they naturally fill the four-column grid. */
@media (min-width: 1161px) {
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products,
  .tax-product_tag .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home .vcb-categories { padding-bottom: 42px; }
  .home .vcb-new-arrivals { padding-top: 46px; }
  .post-type-archive-product .vcb-content,
  .tax-product_cat .vcb-content,
  .tax-product_tag .vcb-content { padding-top: 34px; padding-bottom: 68px; }
}

/* About page — v1.0.6 */
.vcb-about-page { background: var(--vcb-white); }
.vcb-about-hero { background: linear-gradient(135deg, #fbf8f3 0%, #f3ece4 100%); border-bottom:1px solid var(--vcb-line); }
.vcb-about-hero__grid { display:grid; grid-template-columns:minmax(0, 1fr) minmax(420px, .92fr); min-height:590px; }
.vcb-about-hero__copy { padding:96px 64px 92px max(48px, calc((100vw - var(--vcb-max))/2)); display:flex; flex-direction:column; justify-content:center; }
.vcb-about-hero__copy h1 { margin:0 0 28px; font-size:clamp(50px, 6vw, 78px); letter-spacing:-.025em; }
.vcb-about-hero__copy p { max-width:620px; margin:0 0 18px; color:#5d5357; font-size:16px; line-height:1.9; }
.vcb-about-hero__copy .vcb-about-lead { color:var(--vcb-ink); font-family:"Cormorant Garamond", Georgia, serif; font-size:clamp(24px, 2.3vw, 32px); line-height:1.35; }
.vcb-about-hero__image { min-height:590px; background-size:cover; background-position:center; position:relative; }
.vcb-about-hero__image::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(251,248,243,.12), transparent 30%); pointer-events:none; }
.vcb-about-body { padding:88px 0 82px; }
.vcb-about-body__inner { width:min(100%, 760px); margin:0 auto; text-align:center; }
.vcb-about-body__inner p { margin:0 0 22px; font-size:16px; line-height:1.95; color:#5f5659; }
.vcb-about-body__inner p:first-child { font-family:"Cormorant Garamond", Georgia, serif; font-size:30px; line-height:1.45; color:var(--vcb-plum); }
.vcb-about-body__inner strong { color:var(--vcb-plum); }
.vcb-about-close { padding:64px 24px 68px; text-align:center; background:var(--vcb-plum); color:#fff; }
.vcb-about-close__welcome { margin:0 0 4px; font-family:"Cormorant Garamond", Georgia, serif; font-size:clamp(31px, 4vw, 46px); line-height:1.1; color:#fff; }
.vcb-about-close .vcb-script { margin:4px 0 0; color:#f1d5df; font-size:clamp(30px, 4vw, 46px); }

@media (max-width: 980px) {
  .vcb-about-hero__grid { grid-template-columns:1fr; }
  .vcb-about-hero__copy { padding:72px max(28px, calc((100vw - var(--vcb-max))/2)); }
  .vcb-about-hero__image { min-height:440px; }
}
@media (max-width: 640px) {
  .vcb-about-hero__copy { padding:58px 24px 48px; }
  .vcb-about-hero__copy h1 { font-size:48px; }
  .vcb-about-hero__copy p { font-size:15px; }
  .vcb-about-hero__copy .vcb-about-lead { font-size:25px; }
  .vcb-about-hero__image { min-height:330px; }
  .vcb-about-body { padding:58px 0 54px; }
  .vcb-about-body__inner { width:100%; }
  .vcb-about-body__inner p { font-size:15px; }
  .vcb-about-body__inner p:first-child { font-size:27px; }
  .vcb-about-close { padding:50px 20px 54px; }
}
