/* NAVBAR */
.navbar-nav .nav-link{font-weight:500;font-size:.88rem;color:var(--text-dark)!important;padding:.5rem .85rem!important;transition:color .2s;}
.btn-consult{background:var(--gold);color:var(--white);border:none;border-radius:6px;font-weight:600;font-size:.85rem;padding:.5rem 1.25rem;transition:background .2s;}
/* PAGE HERO */
.page-hero{background:linear-gradient(135deg,var(--maroon-dark) 0%,var(--maroon) 60%,#8f3e28 100%);padding:5rem 0 4rem;position:relative;overflow:hidden;}
.page-hero::after{content:'';position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1599661046289-e31897846e41?w=1200&q=60') center/cover no-repeat;opacity:.08;}
.page-hero .container{position:relative;z-index:2;}
.page-hero h1{color:var(--white);font-size:clamp(2rem,4vw,3rem);font-weight:800;}
.page-hero p{color:rgba(255,255,255,.75);font-size:1rem;}
.breadcrumb-item a{color:var(--gold-light);text-decoration:none;}
.breadcrumb-item.active{color:rgba(255,255,255,.6);}
.breadcrumb-divider{color:rgba(255,255,255,.4);}
/* SECTIONS */
section{padding:5rem 0;}
.section-label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:.6rem;}
.section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;}
.gold-line{width:52px;height:3px;background:var(--gold);margin:1rem 0 1.5rem;}
/* STORY */
.story-img{border-radius:16px;overflow:hidden;position:relative;}
.story-img img{width:100%;height:420px;object-fit:cover;}
.story-badge{position:absolute;bottom:24px;left:24px;background:var(--maroon);color:var(--white);padding:1rem 1.4rem;border-radius:10px;}
.story-badge .num{font-family:'Playfair Display',serif;font-size:2rem;font-weight:800;color:var(--gold-light);line-height:1;}
.story-badge .lbl{font-size:.72rem;color:rgba(255,255,255,.8);}
/* VALUES */
.values-section{background:var(--cream);}
.value-card{background:var(--white);border-radius:12px;padding:2rem 1.5rem;text-align:center;border:1px solid #f2e1d6;transition:all .25s;height:100%;}
.value-card:hover{border-color:var(--gold);box-shadow:0 6px 24px rgba(200,133,58,.15);transform:translateY(-4px);}
.value-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#fae4d0,#eec397);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;}
.value-icon i{font-size:1.5rem;color:var(--gold);}
.value-card h5{font-size:1rem;font-weight:700;margin-bottom:.5rem;}
.value-card p{font-size:.83rem;color:var(--text-muted);line-height:1.7;}
/* TEAM */
.team-card{border-radius:12px;overflow:hidden;background:var(--white);box-shadow:0 4px 20px rgba(0,0,0,.07);transition:transform .25s;}
.team-card:hover{transform:translateY(-5px);}
.team-img{height:260px;overflow:hidden;}
.team-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.team-card:hover .team-img img{transform:scale(1.05);}
.team-body{padding:1.2rem;}
.team-body h5{font-size:1rem;font-weight:700;margin-bottom:.2rem;}
.team-body .role{font-size:.78rem;color:var(--gold);font-weight:600;margin-bottom:.5rem;}
.team-body p{font-size:.8rem;color:var(--text-muted);line-height:1.6;}
/* MILESTONES */
.milestones-section{background:var(--maroon-dark);padding:5rem 0;}
.milestone{text-align:center;padding:1.5rem;}
.milestone .num{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:800;color:var(--gold-light);}
.milestone .lbl{font-size:.8rem;color:rgba(255,255,255,.7);margin-top:.3rem;}
/* FOOTER */
.footer-links a{color:rgba(255,255,255,.65);font-size:.83rem;text-decoration:none;transition:color .2s;}
.social-links a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);text-decoration:none;font-size:.9rem;margin-right:.4rem;transition:all .2s;}
