/* ============================================================
   ABOUT PAGE
   ============================================================ */

.about-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    font-family: 'PTSansRegular', sans-serif;
    color: #2f2f2f;
}

/* ===== Intro ===== */

.about-intro {
    margin-bottom: 4rem;
}

.about-intro h1 {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 1rem;
}

.about-intro p {
    max-width: 720px;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

/* ===== Telescopes ===== */

.about-telescopes h2 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 2rem;
}

/* Responsive grid */
.telescopes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}

/* ===== Telescope card ===== */

.telescope-card {
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.6);
}

.telescope-card h3 {
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0.3rem;
}

.telescope-meta {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 1rem;
}

.telescope-card ul {
    margin: 0;
    padding-left: 1.2rem;
    font-size: 0.9rem;
}

.telescope-card li {
    margin-bottom: 0.4rem;
}
