/*
Theme Name: Bluora
Theme URI: https://bluora.fr
Author: Bluora
Author URI: https://bluora.fr
Description: Thème e-commerce pour Bluora - lunettes anti-lumière bleue. Design jeune et accessible, palette colorée, ton amical. Compatible WooCommerce.
Version: 5.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluora
*/

:root {
  --cream: #FFF8F0;
  --cream-deep: #FFEED9;
  --cream-soft: #FFF4E5;
  --ink: #1A1A2E;
  --ink-soft: #3D3D5C;
  --ink-mute: #8585A3;
  --line: #F0E5D2;
  --line-soft: #F8EFE0;
  --white: #FFFFFF;
  --sun: #FFC845;
  --sun-deep: #E8AE2E;
  --coral: #FF6B6B;
  --coral-soft: #FFB3B3;
  --mint: #A8E6CF;
  --mint-deep: #7DCEA0;
  --lavender: #B8A4E8;
  --sky: #87CEEB;
  --peach: #FFB996;
  --rose: #FFD3D3;
  --display: 'DM Serif Display', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --ui: 'DM Sans', -apple-system, sans-serif;
  --pad: clamp(16px, 4vw, 32px);
  --pad-lg: clamp(40px, 8vw, 80px);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 100px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: opacity 0.2s; }
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; }
input, select, textarea { font-family: inherit; font-size: inherit; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; color: var(--ink); line-height: 1.15; margin: 0 0 16px; letter-spacing: -0.02em; }
h1 { font-size: clamp(40px, 6vw, 72px); }
h2 { font-size: clamp(32px, 4.5vw, 56px); }
h3 { font-size: clamp(24px, 3vw, 36px); }
h4 { font-size: clamp(20px, 2.4vw, 26px); }
p { margin: 0 0 16px; }
strong { font-weight: 600; }

/* TOP BANNER */
.bw-top-banner { background: var(--ink); color: var(--cream); padding: 12px var(--pad); font-family: var(--ui); font-size: 13px; font-weight: 500; text-align: center; overflow: hidden; }
.bw-top-banner-track { display: flex; gap: 60px; white-space: nowrap; animation: scroll-banner 30s linear infinite; }
.bw-top-banner-item { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; }
@keyframes scroll-banner { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* HEADER */
.bw-header { position: sticky; top: 0; z-index: 100; background: var(--cream); border-bottom: 2px solid var(--line); padding: 16px var(--pad); }
.bw-header-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.bw-nav-left { display: flex; gap: 28px; align-items: center; }
.bw-nav-left a { font-family: var(--ui); font-size: 15px; font-weight: 500; color: var(--ink); }
.bw-nav-left a:hover { color: var(--coral); }
.bw-logo { font-family: var(--display); font-size: 32px; color: var(--ink); text-align: center; letter-spacing: -0.01em; }
.bw-logo .dot { display: inline-block; width: 10px; height: 10px; background: var(--sun); border-radius: 50%; margin-left: 2px; vertical-align: middle; }
.bw-nav-right { display: flex; justify-content: flex-end; gap: 16px; align-items: center; }
.bw-nav-right a { font-family: var(--ui); font-size: 14px; font-weight: 500; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; }
.bw-cart-badge { background: var(--coral); color: var(--white); font-size: 11px; font-weight: 700; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.bw-menu-toggle { display: none; font-size: 24px; }

/* HERO */
.bw-hero { padding: clamp(40px, 8vw, 80px) var(--pad) clamp(60px, 10vw, 100px); background: var(--cream); position: relative; overflow: hidden; }
.bw-hero-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 80px); align-items: center; position: relative; }
.bw-hero-text { position: relative; z-index: 2; }
.bw-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--mint); color: var(--ink); padding: 8px 16px; border-radius: var(--radius-pill); font-family: var(--ui); font-size: 13px; font-weight: 600; margin-bottom: 24px; }
.bw-hero h1 { font-size: clamp(44px, 7vw, 84px); line-height: 1.05; margin-bottom: 24px; }
.bw-hero h1 .underline { position: relative; display: inline-block; }
.bw-hero h1 .underline::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 12px; background: var(--sun); border-radius: 6px; z-index: -1; transform: skew(-3deg) rotate(-1deg); }
.bw-hero-desc { font-size: 18px; color: var(--ink-soft); margin-bottom: 32px; max-width: 480px; }
.bw-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.bw-hero-photo { position: relative; z-index: 1; }
.bw-hero-photo img { border-radius: var(--radius-xl); box-shadow: 0 30px 60px rgba(26, 26, 46, 0.12); width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.bw-hero-sticker { position: absolute; background: var(--sun); color: var(--ink); padding: 16px 24px; border-radius: var(--radius-pill); font-family: var(--display); font-size: 18px; box-shadow: 0 8px 24px rgba(26, 26, 46, 0.15); transform: rotate(-8deg); z-index: 3; }
.bw-hero-sticker.top-right { top: 30px; right: -10px; }
.bw-hero-sticker.bottom-left { bottom: 40px; left: -20px; background: var(--coral); color: var(--white); transform: rotate(6deg); }

.bw-floating-shape { position: absolute; font-size: 32px; opacity: 0.7; animation: float 4s ease-in-out infinite; pointer-events: none; }
.bw-floating-shape.s1 { top: 10%; left: 5%; animation-delay: 0s; }
.bw-floating-shape.s2 { top: 60%; right: 8%; animation-delay: 1s; }
.bw-floating-shape.s3 { bottom: 15%; left: 45%; animation-delay: 2s; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-12px) rotate(8deg); } }

/* BOUTONS */
.bw-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 32px; border-radius: var(--radius-pill); font-family: var(--ui); font-size: 15px; font-weight: 700; text-align: center; transition: transform 0.2s, box-shadow 0.2s, background 0.2s; border: 2px solid transparent; cursor: pointer; }
.bw-btn-primary { background: var(--sun); color: var(--ink); }
.bw-btn-primary:hover { background: var(--sun-deep); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255, 200, 69, 0.4); }
.bw-btn-secondary { background: var(--white); color: var(--ink); border-color: var(--ink); }
.bw-btn-secondary:hover { background: var(--ink); color: var(--white); }
.bw-btn-coral { background: var(--coral); color: var(--white); }
.bw-btn-coral:hover { background: #FF5252; transform: translateY(-2px); }
.bw-btn-ink { background: var(--ink); color: var(--white); }
.bw-btn-ink:hover { background: var(--coral); }
.bw-btn-big { padding: 20px 40px; font-size: 17px; }
.bw-btn-block { width: 100%; }

/* SECTIONS */
.bw-section { padding: clamp(60px, 10vw, 100px) var(--pad); }
.bw-section-inner { max-width: 1400px; margin: 0 auto; }
.bw-section-header { text-align: center; margin-bottom: clamp(40px, 6vw, 60px); }
.bw-section-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--rose); color: var(--ink); padding: 6px 14px; border-radius: var(--radius-pill); font-family: var(--ui); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.bw-section-eyebrow.mint { background: var(--mint); }
.bw-section-eyebrow.lavender { background: var(--lavender); color: var(--white); }
.bw-section-eyebrow.sun { background: var(--sun); }
.bw-section-eyebrow.coral { background: var(--coral); color: var(--white); }
.bw-section-title { max-width: 720px; margin: 0 auto 16px; }
.bw-section-desc { font-size: 18px; color: var(--ink-soft); max-width: 580px; margin: 0 auto; }

/* WHY GRID */
.bw-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 32px); }
.bw-why-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; transition: transform 0.3s, box-shadow 0.3s; }
.bw-why-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(26, 26, 46, 0.08); }
.bw-why-icon { width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 36px; }
.bw-why-card:nth-child(1) .bw-why-icon { background: var(--mint); }
.bw-why-card:nth-child(2) .bw-why-icon { background: var(--sun); }
.bw-why-card:nth-child(3) .bw-why-icon { background: var(--coral-soft); }
.bw-why-card:nth-child(4) .bw-why-icon { background: var(--lavender); }
.bw-why-card h3 { font-size: 22px; margin-bottom: 12px; }
.bw-why-card p { color: var(--ink-soft); font-size: 15px; line-height: 1.5; margin: 0; }

/* PRODUITS GRID */
.bw-products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: clamp(20px, 3vw, 32px); }
.bw-product-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; transition: transform 0.3s, box-shadow 0.3s; position: relative; }
.bw-product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(26, 26, 46, 0.1); }
.bw-product-card-image { aspect-ratio: 1; overflow: hidden; position: relative; background: var(--cream-deep); }
.bw-product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.bw-product-card:hover .bw-product-card-image img { transform: scale(1.06); }
.bw-product-badge { position: absolute; top: 16px; left: 16px; background: var(--sun); color: var(--ink); font-family: var(--ui); font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 6px 12px; border-radius: var(--radius-pill); z-index: 2; letter-spacing: 0.04em; }
.bw-product-badge.coral { background: var(--coral); color: var(--white); }
.bw-product-badge.mint { background: var(--mint); }
.bw-product-badge.lavender { background: var(--lavender); color: var(--white); }
.bw-product-badge.discount { background: var(--ink); color: var(--sun); }
.bw-product-card-info { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.bw-product-card-name { font-family: var(--display); font-size: 24px; margin: 0; line-height: 1.1; }
.bw-product-card-tagline { font-size: 14px; color: var(--ink-mute); margin: 0; }
.bw-product-card-price { display: flex; align-items: baseline; gap: 10px; margin-top: auto; padding-top: 8px; }
.bw-product-card-price .now { font-family: var(--display); font-size: 24px; color: var(--ink); }
.bw-product-card-price .was { font-family: var(--ui); font-size: 14px; color: var(--ink-mute); text-decoration: line-through; }
.bw-product-card-stars { color: var(--sun-deep); letter-spacing: 2px; font-size: 12px; }
.bw-product-card-stars span { font-family: var(--ui); color: var(--ink-mute); font-size: 11px; margin-left: 4px; }

/* TESTIMONIALS */
.bw-section-testimonials { background: var(--cream-deep); }
.bw-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 32px); }
.bw-testimonial { background: var(--white); padding: 32px 28px; border-radius: var(--radius-lg); }
.bw-testimonial:nth-child(1) { background: var(--rose); }
.bw-testimonial:nth-child(2) { background: var(--mint); }
.bw-testimonial:nth-child(3) { background: var(--sun); }
.bw-testimonial-stars { color: var(--ink); letter-spacing: 3px; font-size: 16px; margin-bottom: 16px; }
.bw-testimonial-text { font-family: var(--display); font-size: 19px; line-height: 1.4; margin: 0 0 24px; color: var(--ink); }
.bw-testimonial-author { font-family: var(--ui); font-size: 14px; font-weight: 600; color: var(--ink); margin: 0; }
.bw-testimonial-meta { font-family: var(--ui); font-size: 12px; color: var(--ink-soft); margin: 4px 0 0; }

/* FAQ */
.bw-section-faq { background: var(--cream); }
.bw-faq-list { max-width: 800px; margin: 0 auto; }
.bw-faq-item { background: var(--white); border-radius: var(--radius-md); margin-bottom: 12px; overflow: hidden; }
.bw-faq-question { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 28px; font-family: var(--ui); font-weight: 600; font-size: 16px; color: var(--ink); cursor: pointer; width: 100%; text-align: left; background: none; border: none; }
.bw-faq-question::after { content: '+'; font-size: 28px; color: var(--coral); transition: transform 0.3s; flex-shrink: 0; }
.bw-faq-item.open .bw-faq-question::after { transform: rotate(45deg); }
.bw-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 28px; }
.bw-faq-item.open .bw-faq-answer { max-height: 500px; padding-bottom: 24px; }
.bw-faq-answer p { color: var(--ink-soft); font-size: 15px; margin: 0; }

/* NEWSLETTER */
.bw-newsletter { background: var(--ink); color: var(--cream); padding: clamp(60px, 10vw, 100px) var(--pad); position: relative; overflow: hidden; }
.bw-newsletter-inner { max-width: 720px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.bw-newsletter h2 { color: var(--cream); margin-bottom: 16px; }
.bw-newsletter h2 em { color: var(--sun); font-style: italic; }
.bw-newsletter p { color: rgba(255, 248, 240, 0.8); font-size: 17px; margin-bottom: 32px; }
.bw-newsletter-form { display: flex; gap: 8px; max-width: 500px; margin: 0 auto; }
.bw-newsletter-form input { flex: 1; background: var(--white); border: none; border-radius: var(--radius-pill); padding: 18px 24px; font-size: 15px; color: var(--ink); }
.bw-newsletter-form input::placeholder { color: var(--ink-mute); }
.bw-newsletter-form button { background: var(--sun); color: var(--ink); border-radius: var(--radius-pill); padding: 18px 28px; font-family: var(--ui); font-weight: 700; cursor: pointer; white-space: nowrap; transition: background 0.2s; }
.bw-newsletter-form button:hover { background: var(--sun-deep); }
.bw-newsletter-shape { position: absolute; opacity: 0.1; font-size: 200px; pointer-events: none; }
.bw-newsletter-shape.s1 { top: -50px; left: -50px; }
.bw-newsletter-shape.s2 { bottom: -80px; right: -50px; }

/* FOOTER */
.bw-footer { background: var(--cream-deep); color: var(--ink); padding: clamp(60px, 10vw, 80px) var(--pad) 30px; }
.bw-footer-inner { max-width: 1400px; margin: 0 auto; }
.bw-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.bw-footer-brand h3 { font-family: var(--display); font-size: 36px; margin: 0 0 12px; }
.bw-footer-brand p { color: var(--ink-soft); font-size: 14px; max-width: 280px; }
.bw-footer-col h4 { font-family: var(--ui); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; color: var(--ink); }
.bw-footer-col ul { list-style: none; padding: 0; margin: 0; }
.bw-footer-col li { margin-bottom: 8px; }
.bw-footer-col a { color: var(--ink-soft); font-size: 14px; transition: color 0.2s; }
.bw-footer-col a:hover { color: var(--coral); }
.bw-footer-bottom { padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-family: var(--ui); font-size: 12px; color: var(--ink-mute); }

/* FICHE PRODUIT */
.bw-product-page { background: var(--cream); padding: clamp(40px, 6vw, 60px) var(--pad); }
.bw-product-page-inner { max-width: 1400px; margin: 0 auto; }
.bw-breadcrumb { font-family: var(--ui); font-size: 13px; color: var(--ink-mute); margin-bottom: 32px; }
.bw-breadcrumb a { color: var(--ink-mute); }
.bw-breadcrumb a:hover { color: var(--coral); }
.bw-product-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.bw-product-images { position: sticky; top: 100px; }
.bw-product-main-image { aspect-ratio: 1; border-radius: var(--radius-xl); overflow: hidden; background: var(--cream-deep); margin-bottom: 16px; position: relative; }
.bw-product-main-image img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s; }
.bw-product-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.bw-product-thumb { aspect-ratio: 1; border-radius: var(--radius-md); overflow: hidden; background: var(--cream-deep); cursor: pointer; border: 3px solid transparent; transition: border-color 0.2s; padding: 0; }
.bw-product-thumb.active { border-color: var(--coral); }
.bw-product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bw-product-info { padding: 20px 0; }
.bw-product-info h1 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 8px; }
.bw-product-info-tagline { font-size: 17px; color: var(--ink-soft); margin-bottom: 24px; }
.bw-product-info-stars { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; font-family: var(--ui); font-size: 14px; color: var(--ink-mute); }
.bw-product-info-stars .stars { color: var(--sun-deep); letter-spacing: 2px; font-size: 16px; }
.bw-product-info-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 32px; }
.bw-product-info-price .now { font-family: var(--display); font-size: 42px; color: var(--ink); }
.bw-product-info-price .was { font-family: var(--ui); font-size: 18px; color: var(--ink-mute); text-decoration: line-through; }
.bw-product-info-price .save { background: var(--mint); color: var(--ink); padding: 4px 10px; border-radius: var(--radius-pill); font-family: var(--ui); font-size: 13px; font-weight: 700; }

.bw-size-block { margin-bottom: 24px; }
.bw-size-label { font-family: var(--ui); font-weight: 600; font-size: 14px; margin-bottom: 12px; display: flex; justify-content: space-between; }
.bw-size-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.bw-size-option { background: var(--white); border: 2px solid var(--line); border-radius: var(--radius-md); padding: 14px 16px; text-align: center; font-family: var(--ui); font-size: 14px; font-weight: 600; color: var(--ink); cursor: pointer; transition: all 0.2s; position: relative; }
.bw-size-option:hover { border-color: var(--ink); }
.bw-size-option input { position: absolute; opacity: 0; pointer-events: none; }
.bw-size-option.bw-active { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.bw-size-error { margin-top: 12px; padding: 10px 14px; background: var(--coral-soft); color: var(--ink); border-radius: var(--radius-md); font-family: var(--ui); font-size: 13px; font-weight: 600; }

.bw-add-to-cart { width: 100%; background: var(--sun); color: var(--ink); padding: 20px 32px; border-radius: var(--radius-pill); font-family: var(--ui); font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.2s, transform 0.2s; display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 16px; }
.bw-add-to-cart:hover { background: var(--sun-deep); transform: translateY(-2px); }
.bw-add-to-cart .price-tag { background: var(--ink); color: var(--cream); padding: 4px 12px; border-radius: var(--radius-pill); font-size: 14px; }

.bw-stock-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--coral-soft); color: var(--ink); padding: 8px 14px; border-radius: var(--radius-pill); font-family: var(--ui); font-size: 13px; font-weight: 600; margin-bottom: 16px; }
.bw-stock-dot { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; animation: pulse 1.5s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

.bw-perks { background: var(--cream-deep); padding: 24px; border-radius: var(--radius-lg); margin-top: 24px; }
.bw-perks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bw-perk { display: flex; gap: 12px; align-items: flex-start; }
.bw-perk-icon { font-size: 24px; flex-shrink: 0; }
.bw-perk-text { font-family: var(--ui); font-size: 13px; line-height: 1.4; color: var(--ink); }
.bw-perk-text strong { display: block; font-weight: 700; }

.bw-product-features { padding: clamp(60px, 10vw, 100px) var(--pad); }
.bw-product-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 32px); max-width: 1200px; margin: 0 auto; }
.bw-feature-card { border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; }
.bw-feature-card:nth-child(1) { background: var(--mint); }
.bw-feature-card:nth-child(2) { background: var(--sun); }
.bw-feature-card:nth-child(3) { background: var(--rose); }
.bw-feature-icon { font-size: 48px; margin-bottom: 16px; }
.bw-feature-card h3 { font-size: 24px; margin-bottom: 12px; }
.bw-feature-card p { margin: 0; font-size: 15px; line-height: 1.5; }

.bw-cross-sell { background: var(--cream-deep); padding: clamp(60px, 10vw, 100px) var(--pad); }

/* PAGES STATIQUES */
.bw-page { background: var(--cream); padding: clamp(60px, 8vw, 80px) var(--pad); }
.bw-page-inner { max-width: 800px; margin: 0 auto; }
.bw-page-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--lavender); color: var(--white); padding: 8px 16px; border-radius: var(--radius-pill); font-family: var(--ui); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.bw-page-title { font-size: clamp(40px, 6vw, 64px); margin-bottom: 16px; }
.bw-page-subtitle { font-size: 18px; color: var(--ink-soft); margin-bottom: 48px; max-width: 600px; }
.bw-page-content { background: var(--white); border-radius: var(--radius-xl); padding: clamp(32px, 5vw, 56px); }
.bw-page-content h2 { font-size: 28px; margin-top: 40px; margin-bottom: 16px; }
.bw-page-content h2:first-child { margin-top: 0; }
.bw-page-content h3 { font-size: 22px; margin-top: 32px; margin-bottom: 12px; }
.bw-page-content p { color: var(--ink-soft); margin-bottom: 16px; line-height: 1.7; }
.bw-page-content ul { color: var(--ink-soft); line-height: 1.8; padding-left: 24px; margin-bottom: 16px; }
.bw-page-content table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.bw-page-content th, .bw-page-content td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 14px; }
.bw-page-content th { background: var(--cream-deep); font-family: var(--ui); font-weight: 600; }
.bw-page-content a { color: var(--coral); text-decoration: underline; }
.bw-page-content .callout { background: var(--mint); border-radius: var(--radius-md); padding: 20px 24px; margin: 24px 0; border-left: 4px solid var(--mint-deep); }
.bw-page-content .callout p { margin: 0; color: var(--ink); }

.bw-contact-form { display: grid; gap: 16px; }
.bw-contact-form label { font-family: var(--ui); font-size: 14px; font-weight: 600; margin-bottom: 6px; display: block; color: var(--ink); }
.bw-contact-form input, .bw-contact-form textarea { width: 100%; background: var(--cream-deep); border: 2px solid transparent; border-radius: var(--radius-md); padding: 14px 18px; font-size: 15px; color: var(--ink); font-family: var(--sans); transition: border-color 0.2s; }
.bw-contact-form input:focus, .bw-contact-form textarea:focus { outline: none; border-color: var(--coral); background: var(--white); }
.bw-contact-form textarea { min-height: 120px; resize: vertical; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 968px) {
  .bw-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .bw-hero-photo { order: -1; }
  .bw-why-grid { grid-template-columns: repeat(2, 1fr); }
  .bw-testimonials-grid { grid-template-columns: 1fr; }
  .bw-footer-grid { grid-template-columns: 1fr 1fr; }
  .bw-product-grid { grid-template-columns: 1fr; }
  .bw-product-images { position: static; }
  .bw-product-features-grid { grid-template-columns: 1fr; }
  .bw-perks-grid { grid-template-columns: 1fr; }
  .bw-nav-left { display: none; }
  .bw-menu-toggle { display: block; }
  .bw-header-inner { grid-template-columns: 1fr 1fr 1fr; }
  .bw-newsletter-form { flex-direction: column; }
  .bw-newsletter-form button { width: 100%; }
}
@media (max-width: 600px) {
  .bw-why-grid { grid-template-columns: 1fr; }
  .bw-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .bw-hero-cta { flex-direction: column; }
  .bw-hero-cta .bw-btn { width: 100%; }
  .bw-products-grid { grid-template-columns: 1fr; }
}
