
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f7f3ec;
    color: #2f2f2f;
    line-height: 1.7;
}

.hero {
    height: 85vh;
    background: linear-gradient(to bottom, #f3ece2, #e6ddd0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-inner {
    max-width: 900px;
    padding: 20px;
}

.hero h1 {
    font-size: 2.8rem;
    font-weight: 600;
}

.subtitle {
    margin-top: 20px;
    font-size: 1.2rem;
    opacity: 0.8;
}

.content {
    max-width: 760px;
    margin: auto;
    padding: 80px 20px;
}

.lead {
    font-size: 1.3rem;
    font-weight: 500;
}

h2 {
    margin-top: 50px;
    font-size: 1.8rem;
}

ul {
    margin-top: 20px;
}

.divider {
    height: 1px;
    background: #ddd6cc;
    margin: 60px 0;
}

.about-box {
    padding: 30px;
    background-color: #efe8de;
    border-radius: 8px;
}

.door-section {
    text-align: center;
}

.door {
    margin: 40px 0;
}

.button {
    display: inline-block;
    padding: 12px 26px;
    background-color: #2f2f2f;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s ease;
}

.button:hover {
    background-color: #444;
}

footer {
    text-align: center;
    padding: 40px;
    font-size: 0.9rem;
    color: #666;
}
