:root {
    --navy: #1b2a4a;
    --navy-deep: #121c32;
    --gold: #b8954a;
    --gold-soft: #e8d5a3;
    --cream: #f7f1e6;
    --paper: #fffdf8;
    --ink: #1f2430;
    --muted: #6a6470;
    --line: #e4d8c4;
    --shadow: 0 14px 36px rgba(27, 42, 74, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Source Sans 3', sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1100px, 92%); margin: 0 auto; }

.header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(247, 241, 230, .96);
    border-bottom: 1px solid var(--line);
}
.bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 78px;
}
.logo {
    display: flex;
    align-items: center;
    gap: .7rem;
}
.logo i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    color: var(--gold);
    display: grid;
    place-items: center;
}
.logo strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    line-height: 1.1;
}
.logo small { color: var(--muted); font-size: .78rem; letter-spacing: .08em; }
nav { margin-left: auto; display: flex; gap: 1.25rem; }
nav a { font-weight: 600; color: var(--muted); }
nav a:hover { color: var(--navy); }
.burger {
    display: none;
    margin-left: auto;
    border: 0;
    background: transparent;
    font-size: 1.3rem;
    cursor: pointer;
}

.hero {
    background:
        radial-gradient(circle at 20% 20%, rgba(184, 149, 74, .18), transparent 40%),
        linear-gradient(180deg, #efe4d0 0%, var(--cream) 100%);
    padding: 3.5rem 0 4rem;
    border-bottom: 1px solid var(--line);
}
.hero-inner {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 2.5rem;
    align-items: center;
}
.ornament {
    font-size: 1.15rem;
    color: var(--navy);
    margin-bottom: .8rem;
    letter-spacing: .04em;
}
.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.8rem, 6vw, 4.2rem);
    color: var(--navy);
    line-height: 1;
    margin-bottom: .5rem;
}
.tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    color: var(--gold);
    margin-bottom: 1rem;
}
.lead { color: var(--muted); max-width: 34rem; margin-bottom: 1.5rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .8rem 1.25rem;
    border-radius: 4px;
    font-weight: 700;
    border: 1.5px solid transparent;
    cursor: pointer;
    font-family: inherit;
    transition: .2s;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #9f7d38; }
.btn-line { border-color: var(--navy); color: var(--navy); }
.btn-line:hover { background: var(--navy); color: #fff; }
.btn-full { width: 100%; }

.hero-panel {
    background: var(--navy);
    color: #f4efe6;
    padding: 1.6rem;
    border-radius: 8px;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--gold);
}
.hero-panel h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--gold-soft);
}
.hero-panel ul { list-style: none; display: grid; gap: .55rem; }
.hero-panel li {
    display: flex;
    justify-content: space-between;
    padding: .45rem 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-weight: 600;
}
.hero-panel .note { margin-top: .9rem; font-size: .8rem; opacity: .7; }

.section { padding: 4.5rem 0; }
.section-dark { background: var(--navy-deep); color: #f0ebe3; }
.section-cream { background: var(--paper); }
.label, .center-head span {
    color: var(--gold);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .12em;
}
.center-head { text-align: center; margin-bottom: 2.2rem; }
.center-head h2, .profil-grid h2, .donasi-grid h2, .kontak-box h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    margin: .35rem 0;
    color: var(--navy);
}
.center-head.light h2 { color: #fff; }
.center-head.light span { color: var(--gold-soft); }

.profil-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}
.profil-photo img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 6px;
    border: 8px solid #fff;
    box-shadow: var(--shadow);
}
.profil-grid > div > p { color: var(--muted); margin: .8rem 0 1.2rem; }
.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .8rem;
    margin-bottom: 1.2rem;
}
.stats div {
    background: #fff;
    border: 1px solid var(--line);
    padding: .9rem;
    text-align: center;
}
.stats strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    color: var(--navy);
}
.stats span { font-size: .82rem; color: var(--muted); }
.checklist { list-style: none; display: grid; gap: .5rem; }
.checklist li { display: flex; gap: .6rem; align-items: center; font-weight: 600; }
.checklist i { color: var(--gold); }

.people {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}
.people article {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(232, 213, 163, .25);
    padding: 1.3rem;
    text-align: center;
}
.people img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    border: 3px solid var(--gold);
}
.people h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    margin-bottom: .2rem;
}
.people p { color: var(--gold-soft); font-weight: 600; margin-bottom: .5rem; }
.people small { color: rgba(240,235,227,.75); display: block; }

.schedule { display: grid; gap: .75rem; max-width: 760px; margin: 0 auto; }
.row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 1rem;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    padding: 1rem 1.2rem;
}
.day {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--navy);
}
.row p { color: var(--muted); font-size: .92rem; }

.donasi-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 2.5rem;
}
.donasi-grid > div > p { color: var(--muted); margin: .7rem 0 1.2rem; }
.progress { margin-bottom: 1.2rem; }
.progress .bar {
    height: 12px;
    background: #ebe2d2;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: .5rem;
}
.progress .bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--gold), #d4b36a);
}
.progress-meta { font-size: .92rem; color: var(--muted); }
.rekening {
    display: grid;
    gap: .6rem;
}
.rekening div {
    background: #fff;
    border: 1px solid var(--line);
    padding: .85rem 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.rekening span { color: var(--muted); font-weight: 600; }
form {
    background: var(--navy);
    color: #fff;
    padding: 1.5rem;
    display: grid;
    gap: .75rem;
}
form h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    color: var(--gold-soft);
}
input, textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.06);
    color: #fff;
    border-radius: 4px;
    padding: .8rem 1rem;
    font: inherit;
}
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.55); }
input:focus, textarea:focus { outline: none; border-color: var(--gold); }

.kontak-box {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    padding: 2rem;
}
.kontak-box p { color: var(--muted); margin: .6rem 0; }
.hours { font-weight: 600; color: var(--navy) !important; }
.hours i { color: var(--gold); margin-right: .4rem; }

.footer {
    background: var(--navy-deep);
    color: #c9c2b4;
    padding: 1.5rem 0;
    text-align: center;
}
.foot { display: grid; gap: .4rem; }
.foot a { color: var(--gold-soft); }

.wa {
    position: fixed;
    right: 1.1rem;
    bottom: 1.1rem;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    z-index: 50;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .35);
}

@media (max-width: 900px) {
    .hero-inner, .profil-grid, .people, .donasi-grid { grid-template-columns: 1fr; }
    .kontak-box { flex-direction: column; align-items: flex-start; }
    .row { grid-template-columns: 1fr; gap: .3rem; }
    .burger { display: block; }
    nav {
        display: none;
        position: absolute;
        left: 0; right: 0; top: 100%;
        background: var(--cream);
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        padding: 1rem 4%;
        gap: .8rem;
    }
    nav.open { display: flex; }
}
