/* ── Homepage styles — scoped to body.home-page ─────────────── */

body.home-page {
    margin: 0;
    padding: 0;
    font-family: 'EB Garamond', Georgia, serif;
    background: #fdf9f4;
}

/* ── Ashara Hero Block (temporary — remove after 1448H) ─────── */

.ashara-hero-block {
    margin-top: 36px;
    display: inline-block;
    background: rgba(6, 30, 18, 0.55);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(201, 150, 58, 0.45);
    border-radius: 16px;
    padding: 22px 36px 24px;
}

.ashara-hero-label {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 16px;
}

.ashara-hero-btn {
    display: inline-block;
    font-family: 'Cinzel', Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    color: #061e12;
    background: #c9963a;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 999px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    -webkit-transition: opacity 0.15s;
            transition: opacity 0.15s;
}

.ashara-hero-btn:hover,
.ashara-hero-btn:focus {
    opacity: 0.88;
    color: #061e12;
    text-decoration: none;
}

/* ── Nav ───────────────────────────────────────────────────── */

.home-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(35, 110, 68, 0.92);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 110px;
    border-bottom: 1px solid rgba(201, 150, 58, 0.40);
}

.home-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home-nav-brand a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 14px;
    -webkit-transition: opacity 0.15s;
            transition: opacity 0.15s;
}

.home-nav-brand a:hover { opacity: 0.85; }

.home-nav-logo {
    height: 88px;
    width: auto;
    display: block;
    filter: drop-shadow(0 0 8px rgba(201, 150, 58, 0.55)) brightness(1.1);
}

.home-nav-brand-text {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.10em;
    color: rgba(255, 255, 255, 0.90);
    text-transform: uppercase;
    line-height: 1.2;
}

.home-nav-login {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #061e12;
    background: #c9963a;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 999px;
    -webkit-transition: opacity 0.15s;
            transition: opacity 0.15s;
    white-space: nowrap;
}

.home-nav-login:hover,
.home-nav-login:focus {
    opacity: 0.85;
    color: #061e12;
    text-decoration: none;
}

/* ── Hero ──────────────────────────────────────────────────── */

.home-hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.home-hero-img {
    position: absolute;
    top: 0; left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.home-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.48) 100%);
    background:         linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.48) 100%);
}

.home-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 24px;
    margin-top: -8vh;
}

.home-hero-logo {
    width: 140px;
    height: auto;
    display: block;
    margin: 0 auto 24px;
    /* Gold tint — the logo is gold on transparent so it renders naturally */
    filter: drop-shadow(0 2px 12px rgba(0,0,0,0.40));
}

.home-hero-divider {
    width: 80px;
    height: 1px;
    background: #c9963a;
    margin: 0 auto 20px;
}

.home-hero-title {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 58px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.12;
    margin: 0 0 14px;
}

.home-hero-location {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 17px;
    font-weight: 400;
    color: #c9963a;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    margin: 0 0 20px;
}

.home-hero-community {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 24px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.03em;
    margin: 0;
}

/* ── Welcome section ────────────────────────────────────────── */

.home-welcome {
    background: #fdf9f4;
    padding: 80px 24px;
    text-align: center;
}

.home-welcome-inner {
    max-width: 680px;
    margin: 0 auto;
}

.home-welcome p {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.85;
    color: #2a2a2a;
    margin: 0 0 36px;
}

.home-welcome-btn {
    display: inline-block;
    font-family: 'Cinzel', Georgia, serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
    background: #061e12;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 999px;
    -webkit-transition: opacity 0.15s;
            transition: opacity 0.15s;
}

.home-welcome-btn:hover,
.home-welcome-btn:focus {
    opacity: 0.82;
    color: #ffffff;
    text-decoration: none;
}

/* ── Footer ─────────────────────────────────────────────────── */

.home-footer {
    background: #061e12;
    border-top: 2px solid #c9963a;
    padding: 28px 24px;
    text-align: center;
}

.home-footer p {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.10em;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 768px) {
    .home-hero-title { font-size: 36px; letter-spacing: 0.05em; }
    .home-nav { height: 80px; }
    .home-nav-logo { height: 62px; }
    .home-nav-brand-text { display: none; }
    .home-hero-content { margin-top: -5vh; }
}

@media (max-width: 480px) {
    .home-hero-title { font-size: 28px; }
    .home-hero-location { letter-spacing: 0.18em; }
}
