@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,500;1,300&family=DM+Sans:wght@300;400;500&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --bg: #f7f6f3;
    --white: #ffffff;
    --ink: #0a0908;
    --ink-soft: #2e2c2a;
    --ink-muted: #6b6760;
    --red: #c0392b;
    --red-2: #e74c3c;
    --border: rgba(15, 14, 12, 0.08);
}

.h-hero {
    position: relative;
    width: 100%;
    height: 92vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.h-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.45);
}

.h-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 3rem;
    max-width: 780px;
}

.h-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.25rem;
}

.h-eyebrow::before {
    content: '';
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, var(--red), var(--red-2));
    display: block;
}

.h-eyebrow span {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #f0ede8;
}

.h-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 300;
    color: #f0ede8;
    line-height: 1.08;
    margin-bottom: 1.25rem;
}

.h-hero-title em {
    font-style: italic;
    color: #e8908a;
}

.h-hero-sub {
    font-size: 0.92rem;
    color: rgba(240, 237, 232, 0.65);
    font-weight: 300;
    line-height: 1.7;
    max-width: 520px;
}

.h-hero-scroll {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(240, 237, 232, 0.4);
    z-index: 1;
}

.h-hero-scroll svg {
    width: 14px;
    height: 14px;
    stroke: rgba(240, 237, 232, 0.4);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(4px);
    }
}

.h-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    border-bottom: 1px solid var(--border);
}

.h-stat {
    background: var(--white);
    padding: 2rem 1.75rem;
    position: relative;
    overflow: hidden;
    transition: background 0.2s;
}

.h-stat:hover {
    background: #fdfcfc;
}

.h-stat::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--red), var(--red-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.h-stat:hover::before {
    transform: scaleX(1);
}

.h-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 300;
    color: var(--ink);
    line-height: 1;
    display: block;
    margin-bottom: 0.4rem;
}

.h-stat-label {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-muted);
    display: block;
}

.h-news {
    background: var(--bg);
    padding: 5rem 2rem;
}

.h-news-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.h-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
}

.h-section-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.5rem;
}

.h-section-eyebrow::before {
    content: '';
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, var(--red), var(--red-2));
    display: block;
}

.h-section-eyebrow span {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
}

.h-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 300;
    color: var(--ink);
    line-height: 1.1;
}

.h-section-title em {
    font-style: italic;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.h-more-link {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-muted);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
    white-space: nowrap;
}

.h-more-link svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s;
}

.h-more-link:hover {
    color: var(--red);
}

.h-more-link:hover svg {
    transform: translate(2px, -2px);
}

.h-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
}

.h-ncard {
    background: var(--white);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: background 0.2s;
}

.h-ncard:hover {
    background: #fdfcfc;
}

.h-ncard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--red), var(--red-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.h-ncard:hover::before {
    transform: scaleX(1);
}

.h-ncard-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
}

.h-ncard-date {
    font-size: 0.68rem;
    color: var(--ink-muted);
    letter-spacing: 0.06em;
}

.h-ncard-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--border);
    flex-shrink: 0;
}

.h-ncard-tag {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 500;
}

.h-ncard-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--ink);
    line-height: 1.35;
    margin-bottom: 0.75rem;
}

.h-ncard-excerpt {
    font-size: 0.84rem;
    color: var(--ink-soft);
    line-height: 1.75;
    font-weight: 300;
    flex: 1;
}

.h-ncard-footer {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: flex-end;
}

.h-ncard-arrow {
    width: 28px;
    height: 28px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    transition: all 0.2s;
}

.h-ncard-arrow svg {
    width: 11px;
    height: 11px;
    stroke: var(--ink-muted);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.2s;
}

.h-ncard:hover .h-ncard-arrow {
    border-color: rgba(192, 57, 43, 0.3);
    background: rgba(192, 57, 43, 0.05);
}

.h-ncard:hover .h-ncard-arrow svg {
    stroke: var(--red);
}

@media (max-width: 1100px) {
    .h-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    .h-news {
        padding: 3.25rem 1.1rem;
    }

    .h-news-grid {
        grid-template-columns: 1fr;
    }

    .h-ncard {
        padding: 1.5rem 1.35rem;
    }

    .h-ncard-title {
        font-size: 1.3rem;
    }
}