/* ============================================================
   ORTHOBONE INC. — GLOBAL STYLES
   Fuente: Barlow | Full-width | Fiel al diseño original
   ============================================================ */

  /* ── PAGE HERO ── */
  /* .page-hero {
    background: var(--blue-deep);
    padding: 72px 0 0;
    position: relative;
    overflow: hidden;
  } */

  .page-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 540px;
    overflow: hidden;
    background-image: url("assets/banner-home.webp");
    background-size: cover;      /* o contain si quieres que no se recorte */
    background-position: center;
    background-repeat: no-repeat;
  }
  .page-hero::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    border: 70px solid rgba(232,184,0,0.05);
    right: -140px; top: -180px;
  }
  .page-hero::after {
    content: '';
    position: absolute;
    width: 250px; height: 250px;
    border-radius: 50%;
    border: 40px solid rgba(255,255,255,0.03);
    left: 60px; bottom: -80px;
  }
  .page-hero-inner {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }
  .ph-left { padding: 72px 0 60px 0; }
  .ph-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px; color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
    letter-spacing: 0.3px;
  }
  .ph-breadcrumb a { color: rgba(255,255,255,0.4); text-decoration: none; }
  .ph-breadcrumb a:hover { color: var(--gold-light); }
  .ph-breadcrumb span { color: var(--gold-light); font-weight: 500; }
  .ph-eyebrow {
    display: flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
    color: var(--gold); text-transform: uppercase; margin-bottom: 16px;
  }
  .eyebrow-line { width: 20px; height: 2px; background: var(--gold); flex-shrink: 0; }
  .ph-title {
    font-family: var(--font-display);
    font-size: 56px;
    color: white;
    line-height: 1.08;
    margin-bottom: 20px;
  }
  .ph-title em { font-style: italic; color: var(--gold-light); }
  .ph-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
    max-width: 400px;
    margin-bottom: 36px;
  }
  .ph-chips { display: flex; flex-wrap: wrap; gap: 8px; }
  .ph-chip {
    display: flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 12px; font-weight: 500;
    color: rgba(255,255,255,0.75);
  }
  .chip-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

  .ph-right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .building-img-wrap {
    position: relative;
    width: 100%;
    max-width: 420px;
  }
  .building-img-frame {
    width: 100%;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255,255,255,0.1);
    border-bottom: none;
    background: var(--blue-mid);
    height: 280px;
    display: flex; align-items: center; justify-content: center;
    position: relative;
  }
  /* Placeholder building illustration */
  .building-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(180deg, #1B4090 0%, #0D2060 100%);
    display: flex; align-items: center; justify-content: center;
    flex-direction: column;
    gap: 8px;
    position: relative;
    overflow: hidden;
  }
  .building-placeholder::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 30%;
    background: rgba(0,0,0,0.2);
  }
  .bld-icon { opacity: 0.25; }
  .bld-label {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    font-weight: 500;
  }
  .building-badge {
    position: absolute;
    bottom: -16px;
    left: 24px;
    background: var(--gold);
    color: var(--blue-deep);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(232,184,0,0.3);
    display: flex; align-items: center; gap: 8px;
    letter-spacing: 0.3px;
  }

  /* ── SECTIONS ── */
  .section-inner { max-width: 1600px; margin: 0 auto; padding: 0 80px; }

  /* ── INTRO ── */
  .intro-section { padding: 80px 0; background: white; }
  .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .intro-left {}
  .section-eyebrow { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 2.5px; color: var(--gold); text-transform: uppercase; margin-bottom: 14px; }
  .section-title { font-family: var(--font-display); font-size: 36px; color: var(--blue-deep); line-height: 1.15; margin-bottom: 20px; }
  .section-title em { font-style: italic; color: var(--blue-light); }
  .intro-desc {
    font-size: 15px;
    color: var(--text-soft);
    line-height: 1.85;
    margin-bottom: 28px;
  }
  .intro-highlight {
    background: var(--blue-soft);
    border-left: 3px solid var(--gold);
    border-radius: 0 8px 8px 0;
    padding: 18px 22px;
    font-size: 14px;
    color: var(--blue-mid);
    line-height: 1.7;
    font-weight: 500;
    font-style: italic;
  }
  .intro-right {}
  .founded-card {
    background: var(--blue-deep);
    border-radius: var(--radius-lg);
    padding: 45px 32px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
  }
  .founded-card::after {
    content: '';
    position: absolute;
    width: 160px; height: 160px;
    border-radius: 50%;
    border: 24px solid rgba(232,184,0,0.1);
    right: -40px; bottom: -40px;
  }
  .fc-year {
    font-family: var(--font-display);
    font-size: 72px;
    color: rgba(255,255,255,0.08);
    line-height: 1;
    position: absolute;
    right: 24px; top: 16px;
    font-weight: 400;
  }
  .fc-label { font-size: 11px; font-weight: 600; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 8px; }
  .fc-title { font-family: var(--font-display); font-size: 22px; color: white; margin-bottom: 10px; line-height: 1.25; }
  .fc-desc { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7; position: relative; z-index: 1; }
  .stats-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .sm-card { background: var(--gray-100); border-radius: var(--radius); padding: 20px 16px; text-align: center; border: 1px solid var(--gray-200); transition: all 0.2s; }
  .sm-card:hover { border-color: var(--blue-light); background: var(--blue-soft); }
  .sm-num { font-family: var(--font-body); font-size: 28px; color: var(--blue-mid); font-weight: 900;}
  .sm-label { font-size: 11px; color: var(--text-muted); margin-top: 4px; line-height: 1.4; }

  /* ── MISION/VISION ── */
  .mv-section { padding: 80px 0; background: var(--gray-100); }
  .mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
  .mv-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 44px 40px;
    border: 1px solid var(--gray-200);
    position: relative;
    overflow: hidden;
    transition: all 0.25s;
  }
  .mv-card:hover { box-shadow: var(--shadow-md); border-color: var(--blue-light); transform: translateY(-2px); }
  .mv-card.vision { border-top: 3px solid var(--blue-mid); }
  .mv-card.mision { border-top: 3px solid var(--gold); }
  .mv-bg-num {
    position: absolute;
    font-family: var(--font-display);
    font-size: 120px;
    color: var(--gray-200);
    right: 16px; bottom: -20px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
  }
  .mv-icon {
    width: 52px; height: 52px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
  }
  .mv-icon.blue { background: var(--blue-soft); }
  .mv-icon.gold { background: var(--gold-pale); }
  .mv-tag { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
  .mv-tag.blue { color: var(--blue-mid); }
  .mv-tag.gold { color: #B08000; }
  .mv-title { font-family: var(--font-display); font-size: 28px; color: var(--blue-deep); margin-bottom: 16px; }
  .mv-desc { font-size: 14px; color: var(--text-soft); line-height: 1.8; position: relative; z-index: 1; }

  /* ── VALUES ── */
  .values-section { padding: 80px 0; background: white; }
  .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
  .value-card {
    padding: 32px 28px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
    transition: all 0.22s;
    position: relative;
    overflow: hidden;
  }
  .value-card:hover { border-color: var(--blue-light); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .value-card:hover .vc-accent { opacity: 1; }
  .vc-accent {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gold);
    opacity: 0;
    transition: opacity 0.22s;
  }
  .vc-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--blue-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .vc-title { font-size: 16px; font-weight: 600; color: var(--blue-deep); margin-bottom: 10px; letter-spacing: -0.2px; }
  .vc-desc { font-size: 13px; color: var(--text-muted); line-height: 1.75; }

  /* ── BRANDS SECTION ── */
  .brands-section { padding: 72px 0; background: var(--blue-deep); position: relative; overflow: hidden; }
  .brands-section::before { content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%; border: 60px solid rgba(232,184,0,0.05); left: -120px; bottom: -120px; }
  .brands-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
  .brand-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    transition: all 0.22s;
    cursor: default;
  }
  .brand-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(232,184,0,0.3); transform: translateY(-2px); }
  .brand-card-logo { margin-bottom: 20px; }
  .brand-card-name { font-size: 20px; font-weight: 800; letter-spacing: 2px; color: white; margin-bottom: 4px; }
  .brand-card-sub { font-size: 10px; color: rgba(255,255,255,0.35); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
  .brand-card-desc { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 20px; }
  .brand-card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
  .bc-tag { font-size: 10px; font-weight: 600; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.55); }
  .bc-tag.featured { background: rgba(232,184,0,0.15); border-color: rgba(232,184,0,0.3); color: var(--gold-light); }

  /* ── TEAM SECTION ── */
  .team-section { padding: 80px 0; background: var(--gray-100); }
  .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
  .team-card { background: white; border-radius: var(--radius-lg); border: 1px solid var(--gray-200); overflow: hidden; transition: all 0.22s; }
  .team-card:hover { box-shadow: var(--shadow-md); border-color: var(--blue-light); transform: translateY(-2px); }
  .tc-header { height: 80px; display: flex; align-items: flex-end; padding: 0 24px 16px; }
  .tc-avatar { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; color: white; border: 3px solid white; box-shadow: var(--shadow-sm); flex-shrink: 0; }
  .tc-body { padding: 0 24px 28px; }
  .tc-name { font-size: 16px; font-weight: 600; color: var(--blue-deep); margin-bottom: 4px; margin-top: 16px; }
  .tc-role { font-size: 12px; color: var(--text-muted); margin-bottom: 14px; font-weight: 500; letter-spacing: 0.3px; }
  .tc-desc { font-size: 13px; color: var(--text-soft); line-height: 1.7; }

  /* ── CTA ── */
  .cta-banner { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); padding: 60px 0; position: relative; overflow: hidden; }
  .cta-banner::before { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.1); right: 10%; top: -100px; }
  .cta-inner { max-width: 1200px; margin: 0 auto; padding: 0 80px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
  .cta-title { font-family: var(--font-display); font-size: 34px; color: var(--blue-deep); margin-bottom: 8px; }
  .cta-sub { font-size: 15px; color: rgba(13,31,80,0.65); }
  .cta-actions { display: flex; gap: 12px; }
  .cta-btn-primary { background: var(--blue-deep); color: white; border: none; padding: 14px 30px; border-radius: 8px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: var(--font-body); transition: all 0.2s; }
  .cta-btn-primary:hover { background: var(--blue-mid); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(13,31,80,0.25); }
  .cta-btn-ghost { background: transparent; color: var(--blue-deep); border: 2px solid rgba(13,31,80,0.3); padding: 12px 26px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: var(--font-body); transition: all 0.2s; }
  .cta-btn-ghost:hover { border-color: var(--blue-deep); background: rgba(13,31,80,0.08); }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.visible { opacity: 1; transform: none; }
  .ph-eyebrow { animation: fadeUp 0.5s ease 0.1s both; }
  .ph-title { animation: fadeUp 0.5s ease 0.2s both; }
  .ph-desc { animation: fadeUp 0.5s ease 0.3s both; }
  .ph-chips { animation: fadeUp 0.5s ease 0.4s both; }
  .ph-right { animation: fadeUp 0.6s ease 0.3s both; }

    /* ========================= */
/* RESPONSIVE                */
/* ========================= */

@media (max-width: 850px) {
  .section-inner {
      padding: 0 10px;
    }
}