/* Home page — pixel alignment to PDF */

.header-shell {
    width: min(1480px, 94vw);
    margin-inline: auto;
}

.page-home .site-header {
    height: 96px;
}

@media (min-width: 992px) {
    .page-home .header-inner {
        grid-template-columns: auto 1fr auto;
        gap: 2rem;
    }
}

.page-home .header-logo-img {
    height: 32px;
    width: auto;
}

.page-home .header-nav {
    justify-content: center;
    padding-right: 0;
    gap: 2.6rem;
}

.page-home .header-nav a {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    font-weight: 400;
    text-transform: none;
    border-bottom-width: 1px;
}

.page-home .header-nav a.is-active {
    border-bottom-color: rgba(255, 255, 255, 0.95);
}

.header-tel-box {
    min-width: 8rem;
    height: 36px;
    font-size: 0.74rem;
}

.header-box-btn {
    display: none;
}

.page-home .menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.page-home .menu-toggle:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.page-home .menu-toggle span {
    display: block;
    width: 14px;
    height: 1.5px;
    margin: 0;
    background: #fff;
    flex-shrink: 0;
}

.page-home .header-actions {
    gap: 0.85rem;
}

/* —— Hero —— */
.page-home .hero {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: calc(96px + 2vh) 0 6vh;
    position: relative;
    overflow: hidden;
}

.page-home .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-home .hero-bg img {
    object-fit: cover;
    object-position: 35% center;
    width: 100%;
    height: 100%;
    display: block;
}

.page-home .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(28, 22, 16, 0.42) 0%,
        rgba(28, 22, 16, 0.22) 32%,
        rgba(28, 22, 16, 0.08) 55%,
        rgba(28, 22, 16, 0.12) 100%
    );
    pointer-events: none;
}

.page-home .hero-shell {
    position: relative;
    z-index: 1;
    width: min(1480px, 94vw);
    margin-inline: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: clamp(0.5rem, 2vw, 1.5rem);
}

.page-home .hero-content {
    max-width: 44rem;
    margin: 0;
    padding: 0;
    text-align: left;
}

.page-home .hero .section-label {
    margin-bottom: 1.75rem;
    color: rgba(255, 255, 255, 0.92);
}

.page-home .hero .section-label__rule {
    width: 3.25rem;
    background: #9bb39a;
}

.page-home .hero-title {
    font-family: var(--font-display);
    font-weight: 200;
    font-size: clamp(2.85rem, 5.4vw, 4.5rem);
    line-height: 1.16;
    letter-spacing: 0;
    font-stretch: 100%;
    font-synthesis: none;
    transform: none;
    max-width: none;
    margin: 0 0 2.4rem;
    text-align: left;
    color: #fff;
}

.page-home .hero-title .type-editorial {
    transform: none;
    max-width: none;
    letter-spacing: 0;
}

.page-home .hero-title .accent {
    color: #9eb5a0;
}

.page-home .hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1.75rem;
}

.page-home .btn-rijam-primary {
    background: #3f5544;
    padding: 0.95rem 1.45rem;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.page-home .btn-rijam-primary:hover {
    background: #516e56;
}

.page-home .btn-rijam-ghost {
    font-size: 0.82rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

/* —— Page rail —— */
.page-home .page-rail {
    right: 1.75rem;
    gap: 1.05rem;
}

.page-home .page-rail a span {
    font-size: 0.65rem;
}

.page-home .page-rail a.is-active span {
    font-size: 1.25rem;
    font-weight: 500;
}

.page-home .page-rail a.is-active::after {
    width: 28px;
}

.page-home .container-rijam {
    width: min(1480px, 94vw);
}

/* —— 02 Intro / meaning —— */
.page-home .intro-meaning {
    position: relative;
    padding: 4.5rem 0 6.5rem;
    overflow: hidden;
    background: url('../images/home/bg-1.jpg') center / cover no-repeat;
}

.page-home .intro-meaning::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    pointer-events: none;
    z-index: 0;
}

.page-home .intro-meaning-inner {
    position: relative;
    z-index: 2;
}

.page-home .intro-meaning-bg-text {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 5.5rem;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
}

.page-home .intro-meaning-bg-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 4rem;
    width: max-content;
    will-change: transform;
    animation: rijam-bg-marquee 42s linear infinite;
}

.page-home .intro-meaning-bg-track span {
    flex-shrink: 0;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: clamp(5.5rem, 15vw, 12.5rem);
    letter-spacing: 0.08em;
    line-height: 0.9;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.25px rgba(255, 255, 255, 0.32);
    text-stroke: 1.25px rgba(255, 255, 255, 0.32);
    paint-order: stroke fill;
    white-space: nowrap;
    text-transform: uppercase;
}

@keyframes rijam-bg-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .page-home .intro-meaning-bg-track {
        animation: none;
        transform: translateX(-8%);
    }
}

.page-home .intro-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 3.5rem;
    text-transform: none;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    font-weight: 400;
}

@media (min-width: 768px) {
    .page-home .intro-meta {
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
    }
    .page-home .intro-meta span:first-child { text-align: left; }
    .page-home .intro-meta span:last-child { text-align: right; }
}

.page-home .intro-grid {
    display: grid;
    gap: 3.5rem;
    align-items: center;
}

@media (min-width: 992px) {
    .page-home .intro-grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 4rem;
        align-items: start;
    }
}

.page-home .intro-heading {
    font-family: var(--font-display);
    font-weight: 200;
    font-size: clamp(1.85rem, 3.2vw, 2.75rem) !important;
    max-width: 18ch;
    letter-spacing: 0;
    font-stretch: 100%;
    font-synthesis: none;
    line-height: 1.22;
    margin: 0 0 1.5rem;
    color: #fff;
}

.page-home .intro-heading .type-editorial {
    transform: none;
    max-width: none;
    letter-spacing: 0;
}

.page-home .intro-heading .accent {
    color: #7f9a7c;
}

.page-home .intro-copy .section-label {
    margin-bottom: 1.35rem;
}

.page-home .intro-copy .section-label__num {
    color: #7f9a7c;
}

.page-home .intro-copy .section-label__rule {
    width: 3.75rem;
    height: 1px;
    background: #7f9a7c;
}

.page-home .intro-copy .section-label__text {
    color: rgba(255, 255, 255, 0.88);
}

.page-home .intro-copy .lead-text {
    max-width: 26rem;
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 2rem;
}

.page-home .intro-copy .btn-rijam-outline {
    font-size: 0.88rem;
    font-weight: 400;
    padding: 1.05rem 1.65rem;
    letter-spacing: 0.02em;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.7);
    margin-top: 0;
}

/* PDF image stack: portrait top-left, taller alley lower-right overlapping behind */
.page-home .intro-images {
    position: relative;
    display: block;
    min-height: 640px;
    margin-right: 0.5rem;
}

.page-home .intro-img {
    margin: 0;
    overflow: hidden;
}

.page-home .intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
}

.page-home .intro-images img:last-child {
    height: 100%;
    margin-bottom: 0;
}

/* Right image — taller, starts lower, extends further down */
.page-home .intro-img--secondary {
    position: absolute;
    right: 0;
    top: 18%;
    bottom: 0;
    width: 48%;
    height: auto;
    z-index: 1;
}

/* Left image — higher at top, shorter/square, overlaps alley */
.page-home .intro-img--primary {
    position: absolute;
    left: 0;
    top: 0;
    width: 58%;
    height: 420px;
    z-index: 2;
    margin-top: 0;
    box-shadow: 14px 20px 44px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    .page-home .intro-images {
        min-height: 0;
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 0.85rem;
        align-items: start;
    }
    .page-home .intro-img--primary,
    .page-home .intro-img--secondary {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        height: 280px;
        margin-top: 0;
        box-shadow: none;
    }
    .page-home .intro-img--secondary {
        height: 360px;
        align-self: end;
    }
}

/* —— 03 Featured —— PDF: left hero panel + equal vertical strips —— */
.page-home .featured-project {
    display: grid;
    min-height: 100vh;
    min-height: 100dvh;
    grid-template-columns: 1fr;
    background: #0a0a0a;
}

@media (min-width: 992px) {
    .page-home .featured-project {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }
}

.page-home .featured-main {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 2.75rem 2.75rem 2.25rem;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.page-home .featured-main > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-home .featured-main::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0.12) 35%,
        rgba(0, 0, 0, 0.55) 70%,
        rgba(0, 0, 0, 0.82) 100%
    );
    z-index: 0;
}

.page-home .featured-main-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 5rem);
}

.page-home .featured-main-top .section-label {
    margin-bottom: 0;
}

.page-home .featured-main-top .section-label__num {
    color: #8ba888;
}

.page-home .featured-main-top .section-label__rule {
    width: 3.25rem;
    height: 1px;
    background: #8ba888;
}

.page-home .featured-main-top .section-label__text {
    color: rgba(255, 255, 255, 0.92);
}

.page-home .featured-main-mid {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4rem;
    max-width: 26rem;
}

.page-home .featured-title {
    font-family: var(--font-display);
    font-weight: 200;
    font-size: clamp(2.4rem, 4.2vw, 3.6rem);
    letter-spacing: 0.02em;
    font-stretch: 100%;
    font-synthesis: none;
    margin: 0 0 1rem;
    padding: 0 0 0.85rem;
    border-top: none;
    border-bottom: 1px solid #8ba888;
    display: inline-block;
    min-width: 11rem;
    color: #fff;
    line-height: 1.05;
}

.page-home .featured-excerpt {
    max-width: 24rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 1.35rem;
    font-size: 0.92rem;
    line-height: 1.65;
}

.page-home .featured-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #8ba888;
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.page-home .featured-main:hover .featured-cta {
    color: #b7d0b4;
}

.page-home .featured-main:hover .featured-cta .btn-arrow {
    transform: translateX(5px);
}

.page-home .featured-cta .btn-arrow {
    display: inline-block;
    transition: transform 0.35s ease;
}

.page-home .featured-main-bottom {
    padding-top: 2rem;
}

.page-home .featured-index {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 4vw, 3.4rem);
    font-weight: 200;
    color: #8ba888;
    letter-spacing: 0;
    line-height: 1;
}

.page-home .featured-index__rule {
    display: inline-block;
    width: 4rem;
    height: 2px;
    background: #8ba888;
}

.page-home .featured-index__arrow {
    font-size: 1.5rem;
    line-height: 1;
}

.page-home .featured-strips {
    display: flex;
    flex-direction: column;
    min-height: 560px;
}

@media (min-width: 992px) {
    .page-home .featured-strips {
        flex-direction: row;
        min-height: 100vh;
        min-height: 100dvh;
    }
}

.page-home .featured-strip {
    position: relative;
    flex: 1;
    min-height: 160px;
    min-width: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 1.6rem 1rem 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    color: inherit;
    transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 992px) {
    .page-home .featured-strip {
        border-top: none;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
        min-height: 100%;
        flex: 1 1 0;
    }
    .page-home .featured-strip.is-active,
    .page-home .featured-strip:hover {
        flex: 2.2 1 0;
    }
}

.page-home .featured-strip img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.page-home .featured-strip:hover img { transform: scale(1.05); }

.page-home .featured-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--strip-tint, rgba(0, 0, 0, 0.22));
    z-index: 1;
    mix-blend-mode: multiply;
}

.page-home .featured-strip::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.25) 42%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}

.page-home .featured-strip-content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
}

.page-home .featured-strip-num {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 2.4vw, 2.5rem);
    font-weight: 200;
    font-stretch: 100%;
    letter-spacing: 0;
    color: #8ba888;
    line-height: 1;
    margin-bottom: 0.45rem;
}

.page-home .featured-strip h3 {
    font-family: var(--font-display);
    font-weight: 200;
    font-size: clamp(0.95rem, 1.15vw, 1.2rem);
    letter-spacing: 0.04em;
    font-stretch: 100%;
    margin: 0 0 0.65rem;
    color: #fff;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-home .featured-strip p {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    max-height: 5.5rem;
    overflow: hidden;
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* —— 04 Stats / counters — PDF page 4 —— */
.page-home .stats-bar {
    position: relative;
    padding: 5.25rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.page-home .stats-bar::before {
    display: none !important;
}

.page-home .stats-bar::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(45, 62, 48, 0.62);
    z-index: 1;
    pointer-events: none;
}

.page-home .stats-bar-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-home .stats-bar-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: none;
}

.page-home .stats-bar .container-rijam {
    position: relative;
    z-index: 2;
    width: min(1480px, 94vw);
}

.page-home .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem 1.5rem;
    width: 100%;
}

@media (min-width: 992px) {
    .page-home .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
    }

    .page-home .stats-item {
        position: relative;
        padding: 2rem 1.75rem;
        border-right: none !important;
    }

    .page-home .stats-item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 18%;
        bottom: 18%;
        width: 1px;
        background: rgba(255, 255, 255, 0.5);
    }
}

.page-home .stats-item {
    text-align: center;
}

.page-home .stats-number {
    font-family: var(--font-display) !important;
    font-size: clamp(4rem, 8vw, 7rem) !important;
    font-weight: 200 !important;
    font-stretch: 100%;
    font-synthesis: none;
    letter-spacing: 0 !important;
    color: #d6e5cf !important;
    line-height: 1;
    margin-bottom: 1.35rem;
}

.page-home .stats-label {
    font-family: var(--font-body);
    font-size: clamp(0.85rem, 1.35vw, 1.05rem);
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.page-home .stats-dash {
    display: block;
    width: 36px;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.95);
    margin: 1.35rem auto 0;
}

/* —— 05 Expertise — PDF page 5 —— */
.page-home .expertise {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    background: #0a0a0a;
}

.page-home .expertise-panels {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

@media (min-width: 992px) {
    .page-home .expertise-panels {
        flex-direction: row;
    }

    .page-home .expertise-panel {
        flex: 0.85;
        min-height: 100vh;
        min-height: 100dvh;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.14);
    }

    .page-home .expertise-panel.is-active {
        flex: 3.2;
    }
}

.page-home .expertise-panel {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 240px;
}

.page-home .expertise-panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.page-home .expertise-panel:hover img {
    transform: scale(1.04);
}

.page-home .expertise-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.78) 100%
    );
    z-index: 0;
}

.page-home .expertise-body {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.25rem 1.75rem 2rem;
}

.page-home .expertise-expanded {
    position: absolute;
    left: 1.75rem;
    right: 1.75rem;
    top: 50%;
    transform: translateY(calc(-50% + 16px));
    max-width: 22rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease 0.1s, transform 0.45s ease 0.1s, visibility 0.45s;
    pointer-events: none;
    margin-top: 0;
}

.page-home .expertise-panel.is-active .expertise-expanded {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    pointer-events: auto;
}

.page-home .expertise-expanded .section-label {
    margin-bottom: 1.5rem;
}

.page-home .expertise-expanded .section-label__num,
.page-home .expertise-expanded .section-label__text {
    color: rgba(232, 220, 196, 0.88);
}

.page-home .expertise-expanded .section-label__rule {
    width: 3.5rem;
    background: rgba(232, 220, 196, 0.75);
}

.page-home .expertise-expanded h3 {
    font-family: var(--font-display);
    font-weight: 200;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    letter-spacing: 0;
    font-stretch: 100%;
    font-synthesis: none;
    color: #e8dcc4;
    margin: 0 0 1.1rem;
    line-height: 1.05;
}

.page-home .expertise-expanded p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0 0 1.5rem;
    max-width: 20rem;
}

.page-home .expertise-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #fff;
    font-size: 0.88rem;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    text-decoration-thickness: 1px;
    padding: 0;
    background: none;
    border: none;
}

.page-home .expertise-cta:hover {
    color: #e8dcc4;
    opacity: 1;
}

.page-home .expertise-cta .btn-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.page-home .expertise-cta:hover .btn-arrow {
    transform: translateX(4px);
}

.page-home .expertise-label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: auto;
}

.page-home .expertise-num {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 3.5vw, 3.2rem);
    font-weight: 200;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(232, 220, 196, 0.7);
    letter-spacing: 0;
    font-stretch: 100%;
}

.page-home .expertise-name {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(232, 220, 196, 0.92);
}

.page-home .expertise-chrome {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(1.25rem, 3vw, 2.5rem);
    pointer-events: none;
}

.page-home .expertise-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.page-home .expertise-next:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
}

.page-home .expertise-progress {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    pointer-events: none;
}

.page-home .expertise-progress__track {
    position: relative;
    display: block;
    width: 7.5rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
}

.page-home .expertise-progress__track i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background: #fff;
    transition: width 0.45s ease, left 0.45s ease;
}
