/*
Theme Name: Beautivio Premium
Theme URI: https://beautivio.co.uk
Author: Beautivio
Author URI: https://beautivio.co.uk
Description: Lightweight, luxury-focused WooCommerce theme for UK beauty and skincare.
Version: 3.0.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.3
Text Domain: beautivio-premium
Domain Path: /languages
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

WooCommerce: true

*/

:root{
  --bv-color-bg:#ffffff;
  --bv-color-text:#1b1b1b;
  --bv-color-muted:#6b6b6b;
  --bv-color-gray-100:#f6f6f7;
  --bv-color-gray-200:#ededf0;
  --bv-color-pink:#f6d6de;
  --bv-color-rose:#b76e79;
  --bv-color-rose-2:#c88a95;
  --bv-radius:14px;
  --bv-radius-sm:10px;
  --bv-shadow:0 14px 34px rgba(0,0,0,.08);
  --bv-font-sans:ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  --bv-font-serif:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --bv-container:1160px;
  --bv-gutter:16px;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--bv-font-sans);
  color:var(--bv-color-text);
  background:var(--bv-color-bg);
  line-height:1.6;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;}
a{color:inherit;}

.bv-container{max-width:var(--bv-container);margin:0 auto;padding:0 var(--bv-gutter);}
.bv-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

.bv-skip-link{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.bv-skip-link:focus{left:16px;top:16px;width:auto;height:auto;padding:10px 14px;background:#fff;border:2px solid var(--bv-color-rose);border-radius:10px;z-index:9999;}

.bv-site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.86);backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid rgba(0,0,0,.06);}
.bv-header-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:72px;}
.bv-brand{display:flex;align-items:center;gap:10px;text-decoration:none;}
.bv-brand__title{font-family:var(--bv-font-serif);letter-spacing:.4px;font-size:18px;}
.bv-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#fff;}
.bv-primary-nav{display:none;}

@media (min-width: 960px){
  .bv-nav-toggle{display:none;}
  .bv-primary-nav{display:block;}
  .bv-primary-nav ul{display:flex;gap:18px;list-style:none;margin:0;padding:0;}
  .bv-primary-nav a{text-decoration:none;padding:8px 10px;border-radius:999px;}
  .bv-primary-nav a:hover{background:var(--bv-color-gray-100);}
}

.bv-hero{padding:28px 0 12px;}
.bv-hero__panel{border-radius:var(--bv-radius);background:linear-gradient(120deg, rgba(246,214,222,.55), rgba(255,255,255,1));box-shadow:var(--bv-shadow);overflow:hidden;}
.bv-hero__content{padding:26px;}
.bv-hero__eyebrow{color:var(--bv-color-rose);font-weight:600;letter-spacing:.12em;text-transform:uppercase;font-size:12px;}
.bv-hero__title{font-family:var(--bv-font-serif);font-size:36px;line-height:1.12;margin:10px 0;}
.bv-hero__subtitle{color:var(--bv-color-muted);margin:0 0 18px;max-width:52ch;}
.bv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#fff;text-decoration:none;font-weight:600;}
.bv-btn--primary{background:var(--bv-color-rose);border-color:var(--bv-color-rose);color:#fff;}
.bv-btn--primary:hover{background:var(--bv-color-rose-2);border-color:var(--bv-color-rose-2);}

.bv-section{padding:22px 0;}
.bv-section__title{font-family:var(--bv-font-serif);font-size:24px;line-height:1.2;margin:0 0 14px;}

.bv-grid{display:grid;gap:14px;}
.bv-grid--2{grid-template-columns:1fr;}
.bv-grid--3{grid-template-columns:1fr;}
.bv-grid--4{grid-template-columns:1fr 1fr;}
@media (min-width: 720px){
  .bv-grid--2{grid-template-columns:1fr 1fr;}
  .bv-grid--3{grid-template-columns:1fr 1fr 1fr;}
  .bv-grid--4{grid-template-columns:1fr 1fr 1fr 1fr;}
}

.bv-card{border:1px solid rgba(0,0,0,.07);border-radius:var(--bv-radius);background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.04);overflow:hidden;}
.bv-card__body{padding:14px;}

/* Woo basics */
.woocommerce .products{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));}
@media (min-width: 720px){
  .woocommerce .products{grid-template-columns:repeat(4,minmax(0,1fr));}
}
.woocommerce ul.products li.product{float:none;width:auto;margin:0;}
.woocommerce ul.products li.product .price{color:var(--bv-color-rose);}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  border-radius:999px;
}

.bv-site-footer{border-top:1px solid rgba(0,0,0,.08);background:var(--bv-color-gray-100);padding:22px 0;}
