/* Bytovena — self-hosted styles. Fonts served locally from ../fonts, no external CDN. */

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/manrope-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/manrope-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/manrope-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/manrope-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/manrope-800-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/manrope-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: oklch(97% 0.012 85);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
a { color: oklch(52% 0.1 155); }
a:hover { color: oklch(42% 0.1 155); }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.ph-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Buttons */
.btn {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 9px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.btn-primary { background: oklch(52% 0.1 155); color: #fff; }
.btn-primary:hover { background: oklch(42% 0.1 155); color: #fff; }
.btn-outline { background: transparent; color: oklch(28% 0.015 85); border: 1.5px solid oklch(82% 0.015 85); }
.btn-outline:hover { color: oklch(28% 0.015 85); }
.btn-dark { background: oklch(22% 0.015 85); color: #fff; }
.btn-dark:hover { color: #fff; }
.btn-white { background: #fff; color: oklch(30% 0.06 155); }
.btn-white:hover { color: oklch(30% 0.06 155); }
.btn-sm { font-size: 13px; padding: 10px 18px; }
.btn:disabled { background: oklch(85% 0.01 85); color: oklch(55% 0.01 85); cursor: not-allowed; }

/* Form fields */
.field {
  font-family: system-ui, sans-serif;
  padding: 12px 14px;
  border: 1px solid oklch(85% 0.015 85);
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
}
textarea.field { resize: vertical; }
.chip {
  font-family: system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 100px;
  cursor: pointer;
  border: 1px solid oklch(85% 0.015 85);
  background: transparent;
  color: oklch(32% 0.02 85);
}
.chip.active { border-color: transparent; background: oklch(90% 0.03 155); color: oklch(38% 0.1 155); }

/* Header */
.bv-header { position: sticky; top: 0; z-index: 50; background: oklch(97% 0.012 85 / 0.94); backdrop-filter: blur(8px); border-bottom: 1px solid oklch(88% 0.015 85); }
.bv-nav-links a { font-family: system-ui, sans-serif; font-size: 15px; font-weight: 500; color: oklch(30% 0.02 85); text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; }
.bv-nav-links a.active { font-weight: 700; color: oklch(52% 0.1 155); border-bottom-color: oklch(52% 0.1 155); }
.bv-burger { display: none; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; padding: 8px; }
.bv-burger span { width: 22px; height: 2px; background: oklch(24% 0.015 85); display: block; }
.bv-mobile-menu { display: none; flex-direction: column; padding: 8px 24px 18px; border-top: 1px solid oklch(88% 0.015 85); background: oklch(97% 0.012 85); }
.bv-mobile-menu.open { display: flex; }
.bv-mobile-menu a { padding: 12px 0; font-family: system-ui, sans-serif; font-size: 15px; border-bottom: 1px solid oklch(90% 0.012 85); color: oklch(28% 0.015 85); text-decoration: none; }
.bv-cart-badge { position: absolute; top: 1px; right: 0px; background: oklch(55% 0.09 230); color: #fff; font-size: 10px; font-weight: 700; font-family: Manrope, sans-serif; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

@media (max-width: 860px) {
  .bv-nav-links { display: none !important; }
  .bv-burger { display: flex !important; }
  .bv-service-block { grid-template-columns: 1fr !important; }
  .bv-process-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 900px) {
  .bv-hero-grid { grid-template-columns: 1fr !important; }
  .bv-services-grid { grid-template-columns: 1fr 1fr !important; }
  .bv-stats-grid { grid-template-columns: 1fr 1fr !important; }
  .bv-ba-grid { grid-template-columns: 1fr !important; }
  .bv-articles-grid { grid-template-columns: 1fr !important; }
  .bv-shop-grid { grid-template-columns: 1fr 1fr !important; }
  .bv-portfolio-grid { grid-template-columns: 1fr !important; }
  .bv-blog-grid { grid-template-columns: 1fr !important; }
  .bv-shop-page-grid { grid-template-columns: 1fr 1fr !important; }
  .bv-shop-layout { grid-template-columns: 1fr !important; }
  .bv-about-grid { grid-template-columns: 1fr !important; }
  .bv-team-grid { grid-template-columns: 1fr 1fr !important; }
  .bv-values-grid { grid-template-columns: 1fr 1fr !important; }
  .bv-cart-layout { grid-template-columns: 1fr !important; }
  .bv-contact-grid { grid-template-columns: 1fr !important; }
  .bv-form-row { grid-template-columns: 1fr !important; }
}
@media (max-width: 800px) {
  .bv-product-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 700px) {
  .bv-filters { justify-content: flex-start !important; overflow-x: auto; }
}

/* Footer */
.bv-footer { background: oklch(22% 0.015 85); color: oklch(88% 0.01 85); margin-top: 80px; }
.bv-footer a { color: oklch(78% 0.01 85); text-decoration: none; font-size: 14px; font-family: system-ui, sans-serif; }
.bv-footer a:hover { color: oklch(70% 0.09 155); }

/* Cookie banner */
.bv-cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; background: oklch(22% 0.015 85); color: #fff; box-shadow: 0 -6px 24px rgba(0,0,0,0.18); display: none; }
.bv-cookie-banner.visible { display: block; }
.bv-cookie-banner a { color: oklch(70% 0.09 155); }

/* Toast (add to cart feedback) */
.bv-toast { position: fixed; bottom: 24px; right: 24px; background: oklch(22% 0.015 85); color: #fff; font-family: Manrope, sans-serif; font-weight: 700; font-size: 13.5px; padding: 14px 20px; border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,0.22); z-index: 200; opacity: 0; transform: translateY(10px); transition: opacity .2s, transform .2s; pointer-events: none; }
.bv-toast.show { opacity: 1; transform: translateY(0); }

table { border-collapse: collapse; width: 100%; }
th, td { text-align: left; padding: 10px 12px; font-size: 13.5px; border-bottom: 1px solid oklch(88% 0.015 85); }
th { font-family: Manrope, sans-serif; font-weight: 700; color: oklch(24% 0.015 85); }
td { color: oklch(38% 0.02 85); }
