:root {
  --bordarte-ink: #25212b;
  --bordarte-plum: #6d315e;
  --bordarte-coral: #df6a62;
  --bordarte-cream: #fff8ee;
  --bordarte-mint: #b9d8c2;
}
body { color: var(--bordarte-ink); background: #faf9f7; }
.navbar-brand { letter-spacing: .14em; font-weight: 800; }
.brand-logo { width: 168px; height: 52px; object-fit: contain; }
.footer-logo { width: 210px; height: auto; margin-bottom: .75rem; }
.instagram-link svg { width: 1.7rem; height: 1.7rem; }
.management-label { color: #fff; font-size: .78rem; letter-spacing: .12em; border-left: 1px solid #ffffff55; padding-left: .7rem; }
.btn-primary { --bs-btn-bg: var(--bordarte-plum); --bs-btn-border-color: var(--bordarte-plum); --bs-btn-hover-bg: #542549; --bs-btn-hover-border-color: #542549; }
.btn-coral { background: var(--bordarte-coral); color: #fff; border: 0; }
.btn-coral:hover { background: #c95852; color: #fff; }
.hero { background: linear-gradient(125deg, var(--bordarte-cream), #f7ddda); min-height: 570px; display: flex; align-items: center; overflow: hidden; }
.hero h1 { font-size: clamp(3.2rem, 9vw, 6.8rem); letter-spacing: -.05em; line-height: .85; }
.hero-logo-card { min-height: 370px; display: grid; place-items: center; padding: 2.5rem; background: #ffffff99; border: 1px solid #fff; border-radius: 48% 52% 42% 58% / 58% 39% 61% 42%; transform: rotate(3deg); box-shadow: 0 30px 70px #173c5840; }
.hero-logo-card img { width: 100%; height: auto; transform: rotate(-3deg); filter: drop-shadow(0 15px 20px #173c5830); }
.section-space { padding: 5rem 0; }
.eyebrow { color: var(--bordarte-coral); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .8rem; }
.service-card, .product-card, .metric-card { border: 0; border-radius: 1.25rem; box-shadow: 0 10px 35px #382d4010; }
.service-icon { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; border-radius: 1rem; background: var(--bordarte-cream); font-size: 1.7rem; }
.product-image { aspect-ratio: 4 / 3; object-fit: cover; background: linear-gradient(135deg, #f4e5ec, #f5eddb); }
.product-placeholder { aspect-ratio: 4 / 3; background: linear-gradient(135deg, #f4e5ec, #f5eddb); display: grid; place-items: center; font-size: 4rem; color: var(--bordarte-plum); }
.whatsapp { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 20; width: 3.8rem; height: 3.8rem; border-radius: 50%; background: #25d366; color: white; display: grid; place-items: center; font-weight: 900; text-decoration: none; box-shadow: 0 8px 24px #0003; }
.management-shell { min-height: 100vh; }
.management-nav { background: var(--bordarte-ink); }
.quick-action { min-height: 86px; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; font-weight: 700; }
.metric-number { font-size: clamp(1.5rem, 4vw, 2.25rem); font-weight: 800; }
.board { display: grid; grid-template-columns: repeat(5, minmax(270px, 1fr)); gap: 1rem; overflow-x: auto; padding-bottom: 1rem; }
.board-column { background: #f0eeeb; border-radius: 1rem; padding: .75rem; min-height: 280px; }
.board-card { border: 0; border-left: 5px solid var(--bordarte-plum); border-radius: .8rem; }
.status-badge { background: #ede3eb; color: var(--bordarte-plum); }
.table > :not(caption) > * > * { padding: .85rem .7rem; }
.form-label { font-weight: 650; }
.helptext { display: block; color: #6c757d; font-size: .82rem; margin-top: .25rem; }
.errorlist { color: #b02a37; margin: .35rem 0; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 1000; background: white; padding: .5rem; }
@media (max-width: 767px) {
  .hero { min-height: auto; padding: 5rem 0 3rem; }
  .hero-logo-card { min-height: 250px; margin-top: 2rem; padding: 1.5rem; }
  .brand-logo { width: 145px; height: 46px; }
  .management-label { display: none; }
  .section-space { padding: 3.5rem 0; }
  .quick-action { min-height: 64px; }
}
