.home-hero {
    position: relative;
    display: flex;
    min-height: 680px;
    height: 84vh;
    height: 84svh;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--ccp-ink);
    isolation: isolate;
}

.home-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        radial-gradient(circle at 80% 30%, rgba(169, 43, 55, .4), transparent 30%),
        linear-gradient(110deg, #1b1918 0%, #2b2221 53%, #5e1018 100%);
}

.home-hero::after {
    position: absolute;
    width: min(55vw, 48rem);
    aspect-ratio: 1;
    right: -10%;
    bottom: -46%;
    z-index: -1;
    content: "";
    border: clamp(4rem, 9vw, 8rem) solid rgba(255, 255, 255, .06);
    border-radius: 50%;
}

.hero-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .45;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.hero-content {
    max-width: 52rem;
    animation: hero-in .75s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes hero-in {
    from {
        transform: translateY(24px);
    }
    to {
        transform: none;
    }
}

.home-hero .eyebrow {
    margin-bottom: 1.5rem;
    color: #f1aca9;
}

.home-hero h1 {
    max-width: 50rem;
    margin-bottom: 1.5rem;
    font-size: clamp(3.3rem, 8vw, 7rem);
    line-height: .91;
}

.home-hero h1 em {
    color: #f1aca9;
    font-style: normal;
}

.hero-copy {
    max-width: 42rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.btn-ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.btn-ghost:hover,
.btn-ghost:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .16);
}

.hero-stat {
    position: absolute;
    right: max(2rem, calc((100vw - var(--ccp-max-width)) / 2 + 1.5rem));
    bottom: 3rem;
    display: grid;
    width: 12rem;
    aspect-ratio: 1;
    align-content: center;
    padding: 1.5rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    text-align: center;
}

.hero-stat strong {
    font-family: var(--ccp-font-display);
    font-size: 2.5rem;
    line-height: 1;
}

.hero-stat span {
    color: rgba(255, 255, 255, .65);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.notice-bar {
    color: #472c27;
    background: var(--ccp-primary-soft);
}

.value-card {
    position: relative;
    min-height: 100%;
    padding: clamp(2rem, 5vw, 3.2rem);
    overflow: hidden;
    border: 1px solid var(--ccp-line);
    border-radius: var(--ccp-radius-lg);
    background: #fff;
    transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.value-card:hover {
    border-color: var(--ccp-primary);
    box-shadow: var(--ccp-shadow);
    transform: translateY(-5px);
}

.value-card h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.value-card-decoration {
    position: absolute;
    top: -2rem;
    right: -2rem;
    color: rgba(101, 11, 19, .06);
    font-size: 11rem;
}

.value-card-accent {
    color: #fff;
    border-color: transparent;
    background: var(--ccp-primary);
    box-shadow: 0 20px 45px rgba(101, 11, 19, .2);
}

.value-card-accent h2 {
    color: #fff;
}

.journey-section {
    background: var(--ccp-paper-warm);
}

.section-rule {
    height: 1px;
    background: var(--ccp-line-strong);
}

.bento-card {
    height: 100%;
    padding: clamp(1.7rem, 4vw, 2.4rem);
    border: 1px solid var(--ccp-line);
    border-radius: var(--ccp-radius);
    background: #fff;
    box-shadow: var(--ccp-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}

.bento-card:hover {
    box-shadow: var(--ccp-shadow);
    transform: translateY(-4px);
}

.bento-card h3 {
    margin-bottom: 1rem;
    font-size: 1.55rem;
}

.visit-placeholder {
    display: grid;
    width: 8rem;
    height: 8rem;
    flex: 0 0 auto;
    place-items: center;
    color: var(--ccp-primary);
    border: 1px dashed var(--ccp-line-strong);
    border-radius: var(--ccp-radius);
    background: var(--ccp-primary-pale);
}

.visit-placeholder .material-symbols-outlined {
    font-size: 2.5rem;
}

.advisor-card {
    display: flex;
    flex-direction: column;
    color: #fff;
    border-color: transparent;
    background: var(--ccp-ink);
}

.advisor-card h3 {
    color: #fff;
}

.advisor-card p {
    color: #cac3bf;
}

.advisor-card .phone {
    color: #f1aca9;
    font-family: var(--ccp-font-display);
    font-size: 1.55rem;
    font-weight: 700;
}

.resource-section {
    background: #fff;
}

.resource-link {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 1rem;
    padding: 1.4rem;
    color: var(--ccp-ink);
    border: 1px solid var(--ccp-line);
    border-radius: var(--ccp-radius-sm);
    background: var(--ccp-paper);
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.resource-link .material-symbols-outlined {
    color: var(--ccp-primary);
}

.resource-link:hover {
    color: var(--ccp-ink);
    border-color: var(--ccp-primary);
    box-shadow: var(--ccp-shadow-sm);
    transform: translateY(-2px);
}

.closing-cta {
    position: relative;
    padding: clamp(5rem, 9vw, 8rem) 0;
    overflow: hidden;
    color: #fff;
    background: var(--ccp-primary);
}

.closing-cta::after {
    position: absolute;
    width: 30rem;
    height: 30rem;
    right: -8rem;
    bottom: -18rem;
    content: "";
    border: 5rem solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.closing-cta h2 {
    font-size: clamp(2.7rem, 7vw, 5rem);
    line-height: .98;
}

.closing-cta .container-xxl {
    z-index: 1;
}

@media (max-width: 991.98px) {
    .hero-stat {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .home-hero {
        min-height: 660px;
        height: auto;
        padding: 6rem 0;
    }

    .visit-placeholder {
        width: 6rem;
        height: 6rem;
    }
}

@media (max-width: 575.98px) {
    .home-hero .btn,
    .closing-cta .btn {
        width: 100%;
    }

    .notice-bar p {
        font-size: .77rem;
    }

    .visit-placeholder {
        width: 5rem;
        height: 5rem;
    }
}
