/* Custom Global Style for MILIN GLOBAL */
body {
    font-family: 'Inter', 'Prompt', sans-serif;
    color: #1a1a1a;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

/* Typography */
.fw-extralight { font-weight: 200; }
.section-title {
    font-size: 2.5rem;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 2rem;
}

/* Navigation */
.navbar-brand-milin {
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
}

.nav-link {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 2rem;
    color: #666 !important;
}

.active-link {
    color: #000 !important;
    font-weight: 600;
    border-bottom: 1px solid #000;
}

/* Hero Section */
.hero-official {
    height: 80vh;
    background-color: #f8f8f8;
    background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?q=80&w=2000'); /* พี่สามารถเปลี่ยนรูปพื้นหลังได้ */
    background-size: cover;
    background-position: center;
}

.lead-text {
    font-size: 0.8rem;
    letter-spacing: 5px;
    color: #888;
}

/* Spacing */
.py-100 { padding: 100px 0; }

/* Business Grid */
.project-item {
    padding: 40px;
    background: #fff;
    border: 1px solid #eee;
    height: 100%;
    transition: 0.3s ease;
}

.project-item:hover {
    border-color: #000;
}

.small-tag {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    display: block;
    margin-bottom: 15px;
}

.abstract-box {
    width: 100%;
    height: 400px;
    background: #000;
    position: relative;
}

.copyright-text {
    font-size: 10px;
    letter-spacing: 2px;
    color: #999;
    margin-top: 20px;
}