/* =====================================
   ABOUT PAGE — CLEAN & HUMAN
===================================== */

.about-hero {
    max-width: 900px;
    margin: 3rem auto 2.5rem;
    padding: 0 1.5rem;
    text-align: left;
}

.about-hero h1 {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.about-tag {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.75);
    max-width: 600px;
}

/* Page container already exists — just refine */
.page-container {
    padding: 0 1.5rem 4rem;
}

/* Sections */
.about-section {
    max-width: 900px;
    margin: 0 auto 3.5rem;
}

.about-section h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.about-section p {
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.88);
    margin-bottom: 1rem;
    max-width: 780px;
}

/* Feature grid */
.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.about-card {
    background: rgba(255,255,255,0.04);
    border-radius: 14px;
    padding: 1.5rem 1.5rem 1.7rem;
    transition: transform 0.15s ease, background 0.15s ease;
}

.about-card:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.06);
}

.about-card h3 {
    font-size: 1.05rem;
    margin: 0.6rem 0 0.4rem;
}

.about-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

/* Lucide icons */
.about-card i {
    width: 22px;
    height: 22px;
    color: #4fd1c5; /* subtle Rogue green */
}

/* Closing line emphasis */
.about-section:last-child h2 {
    margin-bottom: 0.6rem;
}

.about-section:last-child p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
}

/* Mobile tweaks */
@media (max-width: 600px) {
    .about-hero {
        margin-top: 2rem;
    }

    .about-section {
        margin-bottom: 2.5rem;
    }
}
.soft-divider {
    border: none;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.15),
        transparent
    );
    margin: 3rem auto;
    max-width: 900px;
}
/* Improve vertical rhythm */
.about-section h2 {
    margin-bottom: 1.25rem;
}

.about-grid {
    margin-top: 2rem;
}

/* Make cards feel more deliberate */
.about-card {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}
.about-card h3 {
    font-weight: 600;
    letter-spacing: -0.01em;
}
.about-section:last-of-type {
    margin-top: 4rem;
}

.about-section:last-of-type h2 {
    font-size: 1.7rem;
}

.about-section:last-of-type p {
    max-width: 620px;
}
.about-disclaimer {
    margin: 3rem auto 0;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
    text-align: center;
    max-width: 600px;
}
.about-section:last-of-type {
    text-align: center;
}

.about-section:last-of-type p {
    margin-left: auto;
    margin-right: auto;
}
Subject: Holiday Wishes & Important Note: South Gate Locked

.about-disclaimer {
    text-align: center;
    letter-spacing: 0.02em;
}
.about-disclaimer.centered {
    text-align: center;
    max-width: 700px;
    margin: 2.5rem auto 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
}