:root{
  --ink:#241f1a;
  --ink-soft:#5c5148;
  --muted:#8a7c72;
  --gold:#b08245;
  --gold-line:#d4b483;
  --bg:#f7f2ec;
  --bg-hover:#efe4d6;
  --kit-bg:#f3e9dd;
  --kit-bg-hover:#ecdfcd;
  --footer-bg:#1c1712;
  --footer-fg:#e9e1d8;
  --footer-muted:#b5a99c;
}

*{box-sizing:border-box}

body{
  margin:0;
  background:var(--bg);
  font-family:'Poppins',sans-serif;
  -webkit-font-smoothing:antialiased;
  color:var(--ink);
}

img{max-width:100%;display:block}

a{color:var(--ink);transition:color .3s ease}
a:hover{color:var(--gold)}

.bf-eyebrow{
  font-size:12.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin:0 0 22px;
}

.bf-h2{font-family:'Playfair Display',serif;font-size:42px;font-weight:600;color:var(--ink);margin:0 0 8px}
.bf-h2--center{text-align:center;padding:0 64px}
.bf-sub{font-size:13.5px;color:var(--muted);margin:0 0 60px}
.bf-sub--right{max-width:320px;text-align:right}
.bf-sub--center{text-align:center;padding:0 64px}
.bf-body{font-size:15px;line-height:1.9;color:var(--ink-soft);margin:0 0 20px}

.bf-btn-dark{
  display:inline-block;background:var(--ink);color:var(--bg);
  font-size:13.5px;letter-spacing:.1em;text-transform:uppercase;
  padding:18px 38px;text-decoration:none;
  transition:transform .35s ease,background .35s ease;
}
.bf-btn-dark:hover{transform:scale(1.05);background:#3a3128;color:var(--bg)}

.bf-divider{
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold-line),transparent);
  margin:0 64px;
}

/* ---------- Nav ---------- */
.bf-nav{
  position:sticky;top:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:26px 64px;
  transition:background .4s ease,box-shadow .4s ease;
}
.bf-nav.bf-nav--scrolled{
  background:rgba(247,242,236,.95);
  box-shadow:0 12px 30px rgba(36,31,26,.08);
}
.bf-nav-brand{display:flex;align-items:center;gap:14px}
.bf-nav-logo{width:34px;height:34px;object-fit:contain;mix-blend-mode:multiply}
.bf-nav-name{font-family:'Playfair Display',serif;font-size:19px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink)}
.bf-nav-links{display:flex;gap:40px;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft)}
.bf-nav-links a{text-decoration:none}

/* ---------- Hero ---------- */
.bf-hero{display:flex;align-items:center;gap:0;padding:30px 64px 90px}
.bf-hero-text{flex:1;max-width:520px;padding-right:50px}
.bf-hero-title{
  font-family:'Prata',serif;font-weight:400;font-size:56px;line-height:1.1;
  margin:0 0 24px;color:var(--ink);
}
.bf-hero-desc{font-size:15.5px;line-height:1.85;color:var(--ink-soft);margin:0 0 36px;max-width:440px}
.bf-hero-cta{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
.bf-hero-phone{font-size:13px;color:var(--muted)}

.bf-hero-visual{flex:1;position:relative;min-height:520px;max-height:620px}
.bf-hero-visual-main{
  position:absolute;top:0;left:40px;right:0;bottom:40px;border-radius:6px;overflow:hidden;
  box-shadow:0 30px 70px rgba(36,31,26,.18);
}
.bf-hero-visual-main img{width:100%;height:100%;object-fit:cover;object-position:center 65%}
.bf-hero-visual-side{
  position:absolute;left:0;top:60px;bottom:0;width:180px;border-radius:6px;overflow:hidden;
  box-shadow:0 24px 50px rgba(36,31,26,.16);
}
.bf-hero-visual-side img{width:100%;height:100%;object-fit:cover}

/* ---------- Section shell ---------- */
.bf-section{padding:100px 64px 120px}

/* ---------- Produtos ---------- */
.bf-products-row{display:flex;gap:50px}
.bf-product-image{
  flex:1;position:sticky;top:110px;align-self:flex-start;border-radius:6px;overflow:hidden;
  box-shadow:0 30px 60px rgba(36,31,26,.14);
}
.bf-product-image img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.bf-products-list{flex:1;display:flex;flex-direction:column;gap:1px;background:#e3d6c6}
.bf-product-item{
  cursor:pointer;background:var(--bg);padding:32px;display:flex;gap:24px;align-items:center;
  transition:background .4s ease;border:none;text-align:left;width:100%;font:inherit;color:inherit;
}
.bf-product-item:hover{background:var(--bg-hover)}
.bf-product-item--kit{background:var(--kit-bg)}
.bf-product-item--kit:hover{background:var(--kit-bg-hover)}
.bf-product-thumb{width:96px;height:96px;border-radius:4px;overflow:hidden;flex:none}
.bf-product-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.bf-product-item:hover .bf-product-thumb img{transform:scale(1.1)}
.bf-product-item--kit .bf-product-thumb img{object-position:center 30%}
.bf-product-info{flex:1}
.bf-product-info h3{font-family:'Playfair Display',serif;font-size:21px;color:var(--ink);margin:0 0 6px}
.bf-product-info p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}
.bf-product-price{color:var(--gold);font-weight:500;font-size:14px;white-space:nowrap}
.bf-product-more{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);white-space:nowrap}

/* ---------- Product quantity stepper (inline "add to cart") ---------- */
.bf-product-qty{
  flex:none;display:flex;align-items:center;gap:0;border:1.5px solid var(--gold-line);border-radius:6px;
  overflow:hidden;background:#fff;
}
.bf-qty-btn{
  width:30px;height:30px;border:none;background:var(--bg);color:var(--ink);font-size:16px;line-height:1;
  cursor:pointer;transition:background .2s ease;flex:none;
}
.bf-qty-btn:hover{background:var(--bg-hover)}
.bf-qty-input{
  width:38px;height:30px;border:none;border-left:1px solid var(--gold-line);border-right:1px solid var(--gold-line);
  text-align:center;font:inherit;font-size:13.5px;color:var(--ink);-moz-appearance:textfield;background:#fff;
}
.bf-qty-input::-webkit-outer-spin-button,.bf-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.bf-qty-input:focus{outline:none}

/* ---------- Modal quantity + buy row ---------- */
.bf-modal-buy-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.bf-modal-qty .bf-qty-btn,.bf-modal-qty .bf-qty-input{width:36px;height:36px}
.bf-modal-qty .bf-qty-input{width:44px}

/* ---------- Floating cart button ---------- */
.bf-cart-fab{
  position:fixed;right:32px;bottom:32px;z-index:60;width:58px;height:58px;border-radius:50%;
  background:var(--ink);color:var(--bg);border:none;cursor:pointer;
  display:flex;align-items:center;justify-content:center;box-shadow:0 14px 34px rgba(36,31,26,.28);
  transition:transform .3s ease,background .3s ease;
}
.bf-cart-fab:hover{transform:scale(1.07);background:#3a3128}
.bf-cart-fab-count{
  position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;
  background:var(--gold);color:#fff;font-size:11.5px;font-weight:600;display:flex;align-items:center;justify-content:center;
}

/* ---------- Cart panel (drawer) ---------- */
.bf-cart-overlay{
  position:fixed;inset:0;z-index:100;background:rgba(28,23,18,.55);backdrop-filter:blur(3px);
  display:none;justify-content:flex-end;
}
.bf-cart-overlay.is-open{display:flex}
.bf-cart-panel{
  width:100%;max-width:420px;height:100%;background:var(--bg);padding:44px 34px;overflow-y:auto;
  position:relative;box-shadow:-20px 0 60px rgba(28,23,18,.25);
}
.bf-cart-panel-close{position:absolute;top:18px;right:18px}
.bf-cart-panel-title{font-family:'Playfair Display',serif;font-size:24px;color:var(--ink);margin:0 0 24px}
.bf-cart-panel-items{display:flex;flex-direction:column;gap:14px;margin-bottom:24px;min-height:20px}
.bf-cart-empty{font-size:13.5px;color:var(--muted);margin:0}
.bf-cart-line{
  display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border-radius:6px;
  padding:14px 16px;box-shadow:0 8px 20px rgba(36,31,26,.06);
}
.bf-cart-line-name{font-size:13.5px;color:var(--ink-soft)}
.bf-cart-line-right{display:flex;align-items:center;gap:14px}
.bf-cart-line-price{color:var(--gold);font-weight:500;font-size:13.5px;white-space:nowrap}
.bf-cart-line-remove{
  border:none;background:none;color:var(--muted);font-size:18px;line-height:1;cursor:pointer;padding:0;
  transition:color .2s ease;
}
.bf-cart-line-remove:hover{color:#b3453a}
.bf-cart-cep{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}
.bf-cart-cep-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.bf-cart-cep label{font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.bf-cart-cep-toggle{
  display:flex;align-items:center;gap:6px;font-size:11.5px;letter-spacing:normal;text-transform:none;
  color:var(--gold);cursor:pointer;
}
.bf-cart-cep-toggle input{width:14px;height:14px;accent-color:var(--gold);cursor:pointer;margin:0}
.bf-cart-cep input,.bf-cart-estado{
  font:inherit;font-size:14px;padding:12px 14px;border-radius:4px;border:1px solid #e3d6c6;
  background:#fff;color:var(--ink);
}
.bf-cart-estado{cursor:pointer}
.bf-cart-cep input:focus,.bf-cart-estado:focus{outline:none;border-color:var(--gold)}
.bf-cart-cep-info{font-size:12.5px;color:var(--gold);margin:0;min-height:16px}
.bf-cart-cep-info.is-error{color:#b3453a}
.bf-cart-totals{border-top:1px solid #e3d6c6;padding-top:18px;margin-bottom:20px;display:flex;flex-direction:column;gap:8px}
.bf-cart-total-row{display:flex;justify-content:space-between;font-size:13.5px;color:var(--ink-soft)}
.bf-cart-total-row--big{font-size:17px;color:var(--ink);font-weight:600;padding-top:8px;border-top:1px solid #e3d6c6}
.bf-cart-error{color:#b3453a;font-size:13px;margin:0 0 16px;min-height:18px}
.bf-cart-buy{border:none;cursor:pointer;font-family:inherit;font-size:13.5px;width:100%;text-align:center}
.bf-cart-buy:disabled{opacity:.6;cursor:not-allowed}
.bf-cart-buy:disabled:hover{transform:none;background:var(--ink)}

/* ---------- Fundadora ---------- */
.bf-fundadora{gap:60px}
.bf-fundadora-visual{flex:1;min-width:280px;border-radius:6px;overflow:hidden;aspect-ratio:4/5;box-shadow:0 30px 70px rgba(36,31,26,.18)}
.bf-fundadora-visual img{width:100%;height:100%;object-fit:cover}
.bf-fundadora-text{flex:1;max-width:520px;padding-right:0}
.bf-fundadora-name{font-weight:600;font-size:38px;line-height:1.15}

/* ---------- Equipe ---------- */
.bf-equipe-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:64px;flex-wrap:wrap;gap:16px}
.bf-team-row{display:flex;gap:48px;flex-wrap:wrap}
.bf-team-card{
  flex:1;min-width:340px;display:flex;gap:28px;align-items:flex-start;
  transition:transform .45s ease;
}
.bf-team-card:hover{transform:translateY(-8px)}
.bf-team-card--offset{margin-top:56px}
.bf-team-photo{width:180px;border-radius:4px;overflow:hidden;aspect-ratio:3/4;box-shadow:0 18px 36px rgba(36,31,26,.12);flex:none}
.bf-team-photo img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .6s ease}
.bf-team-card:hover .bf-team-photo img{transform:scale(1.08)}
.bf-team-info{padding-top:14px}
.bf-team-index{font-size:11.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin:0 0 10px}
.bf-team-info h3{font-family:'Playfair Display',serif;font-size:26px;color:var(--ink);margin:0 0 8px}
.bf-team-info p{font-size:13px;letter-spacing:.04em;color:var(--ink-soft);margin:0}

/* ---------- Resultados carousel ---------- */
.bf-resultados{padding:90px 0}
.bf-resultados .bf-h2,.bf-resultados .bf-sub{margin-bottom:8px}
.bf-resultados .bf-sub{margin-bottom:44px}
.bf-carousel{
  overflow:hidden;padding:8px 0 20px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 64px,#000 calc(100% - 64px),transparent);
  mask-image:linear-gradient(90deg,transparent,#000 64px,#000 calc(100% - 64px),transparent);
}
.bf-carousel-track{display:flex;gap:22px;width:max-content;animation:carouselScroll 50s linear infinite}
.bf-carousel-track:hover{animation-play-state:paused}
@keyframes carouselScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.bf-carousel-item{flex:none;width:280px;border-radius:6px;overflow:hidden;box-shadow:0 14px 34px rgba(36,31,26,.1);aspect-ratio:3/4}
.bf-carousel-item img{width:100%;height:100%;object-fit:cover}

/* ---------- Depoimentos ---------- */
.bf-testi-row{display:flex;gap:28px;flex-wrap:wrap}
.bf-testi-card{flex:1;min-width:260px;background:#fff;border-radius:6px;padding:32px 28px;box-shadow:0 14px 34px rgba(36,31,26,.07)}
.bf-quote{font-family:'Playfair Display',serif;font-size:34px;color:var(--gold-line);margin:0 0 6px;line-height:1}
.bf-testi-text{font-size:14px;line-height:1.75;color:var(--ink-soft);margin:0 0 18px}
.bf-testi-author{font-size:12px;letter-spacing:.08em;color:var(--gold);margin:0}

/* ---------- Product modal ---------- */
.bf-modal-overlay{
  position:fixed;inset:0;z-index:100;background:rgba(28,23,18,.55);backdrop-filter:blur(3px);
  display:none;align-items:center;justify-content:center;padding:24px;
}
.bf-modal-overlay.is-open{display:flex}
.bf-modal-card{
  background:var(--bg);border-radius:10px;max-width:840px;width:100%;max-height:88vh;overflow:auto;
  display:flex;box-shadow:0 40px 90px rgba(28,23,18,.35);position:relative;
}
.bf-modal-close{
  position:absolute;top:18px;right:18px;width:34px;height:34px;border-radius:50%;border:none;
  background:rgba(28,23,18,.08);color:var(--ink);font-size:16px;cursor:pointer;line-height:1;
  transition:background .3s ease;
}
.bf-modal-close:hover{background:rgba(28,23,18,.16)}
.bf-modal-image{flex:1;min-width:260px;background:#e9ded2}
.bf-modal-image img{width:100%;height:100%;object-fit:cover;display:block;min-height:360px}
.bf-modal-body{flex:1;padding:48px 44px;min-width:280px}
.bf-modal-body h3{font-family:'Playfair Display',serif;font-size:32px;color:var(--ink);margin:0 0 10px}
.bf-modal-price{font-size:16px;color:var(--gold);margin:0 0 22px;font-family:'Playfair Display',serif}
.bf-modal-label{font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0 0 10px}
.bf-modal-buy{padding:16px 34px;border-radius:2px;font-size:13px}
.bf-modal-buy:hover{transform:scale(1.04);background:#3a3128;color:var(--bg)}

/* ---------- Footer ---------- */
.bf-footer{background:var(--footer-bg);color:var(--footer-fg);padding:70px 64px 36px}
.bf-footer-row{
  display:flex;justify-content:space-between;gap:60px;flex-wrap:wrap;padding-bottom:44px;
  border-bottom:1px solid rgba(233,225,216,.12);
}
.bf-footer-brand{max-width:340px}
.bf-footer-brand-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.bf-footer-logo{width:32px;height:32px;object-fit:contain;mix-blend-mode:multiply}
.bf-footer-brand-row span{font-family:'Playfair Display',serif;font-size:18px;letter-spacing:.1em;text-transform:uppercase}
.bf-footer-brand p{font-size:13.5px;line-height:1.8;color:var(--footer-muted);margin:0}
.bf-footer-label{font-size:11.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-line);margin:0 0 14px}
.bf-footer-col p{font-size:14px;margin:0 0 8px}
.bf-footer-col a{color:var(--footer-fg);text-decoration:none}
.bf-footer-col a:hover{color:var(--gold-line)}
.bf-footer-muted{color:var(--footer-muted);line-height:1.8}
.bf-footer-copy{text-align:center;font-size:12px;color:#7a6d63;margin:28px 0 0}

/* ---------- Scroll reveal ---------- */
.reveal{opacity:0;transform:translateY(32px);transition:opacity .9s ease,transform .9s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .bf-carousel-track{animation:none}
}

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .bf-hero{flex-direction:column;padding:24px 24px 60px}
  .bf-hero-text{max-width:100%;padding-right:0;text-align:center}
  .bf-hero-cta{justify-content:center}
  .bf-hero-visual{width:100%;min-height:360px;margin-top:32px}
  .bf-nav{padding:18px 24px}
  .bf-nav-links{display:none}
  .bf-section{padding:70px 24px}
  .bf-h2--center,.bf-sub--center{padding:0 24px}
  .bf-fundadora{padding:70px 24px}
  .bf-team-row{flex-direction:column;gap:32px}
  .bf-testi-row{flex-direction:column}
  .bf-carousel{padding-left:24px;padding-right:24px}
  .bf-team-card,.bf-team-card--offset{margin-top:0}
  .bf-products-row{flex-direction:column}
  .bf-product-image{position:relative;top:auto;height:320px}
  .bf-product-image img{height:100%;aspect-ratio:auto}
  .bf-product-item{flex-wrap:wrap}
  .bf-product-price{order:1}
  .bf-cart-fab{right:20px;bottom:20px;width:52px;height:52px}
  .bf-cart-panel{max-width:100%;padding:36px 22px}
  .bf-footer{padding:56px 24px 28px}
  .bf-footer-row{flex-direction:column;gap:36px}
  .bf-modal-card{flex-direction:column;max-height:92vh}
  .bf-modal-card img{min-height:220px}
  .bf-divider{margin-left:24px;margin-right:24px}
}
