:root {
    /* 8dbc42 */
    --primary: #E09F3E;
    --secondary: black;
    --background: white;
    --font: black;
}

.delim-down {
    border-bottom: solid var(--primary) 20px;
}

.delim-up {
    border-top: solid var(--primary) 20px;
}

.body {
    background-color: var(--background);
}

.card-title {
    text-decoration: dashed underline var(--font);
    text-underline-offset: 10px;
    padding-bottom: 1rem;
}
.homepage-header {
    align-items: center;
}

.home-hero-shell {
    padding: 2.5rem 2rem 3.5rem;
    background:
        linear-gradient(135deg, rgba(224, 159, 62, 0.18), rgba(255, 255, 255, 0.92) 45%),
        radial-gradient(circle at top right, rgba(224, 159, 62, 0.32), transparent 35%),
        #f8f4ec;
}

.home-hero {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 2rem;
    align-items: center;
}

.home-kicker {
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.72);
}

.home-hero-copy h2 {
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: 1.02;
    margin-bottom: 1rem;
    max-width: 12ch;
}

.home-hero-text {
    font-size: 1.15rem;
    max-width: 56ch;
    margin-bottom: 1.5rem;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.home-primary-action {
    font-size: 1.2rem;
    padding: 0.65rem 1.25rem;
}

.home-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed var(--secondary);
    border-radius: 999px;
    padding: 0.7rem 1.15rem;
    color: var(--font);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.14);
}

.home-secondary-action:hover {
    color: var(--font);
}

.home-hero-media {
    position: relative;
}

.home-hero-carousel {
    border-radius: 28px;
    overflow: hidden;
    border: 4px solid rgba(0, 0, 0, 0.85);
    box-shadow: 18px 18px 35px rgba(0, 0, 0, 0.24);
    background-color: #000;
}

.home-hero-carousel .carousel-item {
    min-height: 500px;
    max-height: 660px;
}

.home-hero-image {
    width: 100%;
    min-height: 500px;
    max-height: 660px;
    object-fit: cover;
}

.home-hero-indicators {
    margin-bottom: 1rem;
}

.home-hero-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    margin: 0 0.35rem;
    background-color: rgba(255, 255, 255, 0.55);
    border: 2px solid rgba(0, 0, 0, 0.45);
}

.home-hero-indicators .active {
    background-color: var(--primary);
}

.home-hero-badge {
    position: absolute;
    left: -1rem;
    bottom: 1.5rem;
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.95rem 1.1rem;
    border-radius: 20px;
    background-color: rgba(255, 248, 237, 0.96);
    border: 3px solid var(--secondary);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.2);
}

.home-hero-badge strong {
    font-size: 1rem;
}

.home-hero-badge span {
    font-size: 1.1rem;
}

.home-section-intro {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 1.5rem;
}

.home-section-title {
    margin: 0;
    font-size: clamp(1.9rem, 3.8vw, 3rem);
    line-height: 1.05;
}

.home-section-note {
    max-width: 28rem;
    margin: 0;
    color: rgba(0, 0, 0, 0.72);
}

.home-facts-section,
.home-highlights-section,
.home-news-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.home-facts-grid,
.home-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.home-highlights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-fact-card,
.home-highlight-card {
    height: 100%;
    padding: 1.35rem;
    border: 2px solid rgba(0, 0, 0, 0.9);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 236, 0.92));
    box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.14);
}

.home-fact-label {
    display: inline-block;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.65);
}

.home-fact-card strong {
    display: block;
    font-size: 1.35rem;
    margin-bottom: 0.6rem;
}

.home-fact-card p,
.home-highlight-card p {
    margin-bottom: 0;
}

.home-highlight-card h4 {
    font-size: 1.35rem;
    margin-bottom: 0.9rem;
    text-decoration: none;
}

.home-news-intro {
    margin-bottom: 1.75rem;
}

.home-featured-news {
    margin-bottom: 2rem;
}


.home-featured-news .card,
.home-news-item .card {
    border: 2px solid rgba(0, 0, 0, 0.88);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 12px 12px 22px rgba(0, 0, 0, 0.12) !important;
}


.home-featured-news .card-title {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.home-news-list {
    display: grid;
    gap: 1.5rem;
}

.home-show-more {
    font-size: 1.1rem !important;
    padding: 0.7rem 1.3rem;
}