.home-page {
    background:
        radial-gradient(circle at top left, rgba(63, 70, 73, 0.08), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(63, 70, 73, 0.07), transparent 18%),
        linear-gradient(180deg, #f6f7fb 0%, #ffffff 22%, #f8f8fa 100%);
}

.home-hero {
    padding: 54px 0 72px;
}

.home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
    gap: 56px;
    align-items: center;
}

.home-kicker,
.section-heading__eyebrow,
.home-story__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--site-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-hero__copy h1,
.home-story__content h2,
.section-heading h2,
.home-featured__copy h2,
.home-cta__box h2 {
    margin: 0;
    color: var(--site-text);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.home-hero__copy h1 {
    font-size: clamp(44px, 6vw, 82px);
    max-width: 10ch;
}

.home-hero__copy p,
.home-story__content p,
.gallery-text-card p,
.home-featured__copy > p,
.offer-panel p,
.step-card p,
.hero-floating-card p,
.section-heading--split p,
.signature-card p,
.showcase-slide__content p {
    margin: 0;
    color: var(--site-muted);
    line-height: 1.8;
}

.home-hero__copy > p {
    max-width: 650px;
    margin-top: 26px;
    font-size: 17px;
}

.home-hero__actions,
.home-featured__actions,
.home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.home-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.home-hero__badges span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 15px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--site-line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: var(--site-text);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.home-hero__badges i,
.home-ribbon__grid i,
.signature-card i,
.featured-floating-box i {
    color: var(--site-accent);
}

.home-hero__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 40px;
}

.home-hero__highlights article,
.home-story__stats article {
    padding: 18px 18px 0;
    border-top: 1px solid var(--site-line);
}

.home-hero__highlights article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
}

.home-hero__highlights i {
    padding-top: 3px;
    color: var(--site-accent);
}

.home-hero__highlights strong,
.home-story__stats strong,
.home-featured__list strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 900;
}

.home-hero__highlights span,
.home-story__stats span,
.home-featured__list span,
.featured-floating-box span {
    color: var(--site-muted);
    font-size: 14px;
    line-height: 1.7;
}

.home-hero__media {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    grid-template-rows: 290px 180px 180px 150px;
    gap: 18px;
    min-height: 820px;
}

.hero-shot {
    margin: 0;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--site-shadow);
    background: #dfe5ec;
}

.hero-shot img,
.gallery-card img,
.featured-image img,
.offer-panel--image img,
.signature-card--image img,
.showcase-slide__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.hero-shot:hover img,
.gallery-card:hover img,
.featured-image:hover img,
.offer-panel--image:hover img,
.signature-card--image:hover img,
.showcase-slide:hover .showcase-slide__image img {
    transform: scale(1.04);
}

.hero-shot--main {
    grid-row: 1 / span 4;
}

.hero-shot--side.top {
    grid-row: 1 / span 2;
}

.hero-shot--side.bottom {
    grid-row: 3 / span 1;
}

.hero-shot--landscape {
    grid-column: 2;
    grid-row: 4;
}

.hero-floating-card {
    position: absolute;
    left: 28px;
    bottom: 28px;
    max-width: 310px;
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    box-shadow: var(--site-shadow);
}

.hero-floating-card span,
.gallery-text-card span,
.offer-panel small,
.showcase-slide__content span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--site-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-floating-card strong,
.gallery-text-card h3,
.offer-panel h3,
.step-card h3,
.signature-card h3,
.showcase-slide__content h3 {
    display: block;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
}

.hero-floating-card a,
.gallery-text-card a,
.offer-panel a,
.showcase-slide__content a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-ribbon {
    padding: 0 0 92px;
}

.home-ribbon__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-ribbon__grid > div,
.step-card,
.offer-panel,
.gallery-text-card,
.signature-card,
.showcase-slide__content {
    padding: 26px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--site-line);
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.home-ribbon__grid i {
    display: inline-flex;
    margin-bottom: 12px;
    font-size: 18px;
}

.home-ribbon__grid span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-ribbon__grid p {
    margin: 0;
    color: var(--site-muted);
    line-height: 1.7;
}

.home-story,
.home-signature,
.home-showcase,
.home-gallery-block,
.home-featured,
.home-offer-strip,
.home-steps,
.home-cta {
    padding: 0 0 110px;
}

.home-story__grid {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 40px;
}

.home-story__eyebrow {
    padding-top: 14px;
    border-top: 1px solid var(--site-line);
}

.home-story__content h2,
.section-heading h2,
.home-featured__copy h2,
.home-cta__box h2 {
    font-size: clamp(34px, 4vw, 58px);
}

.home-story__content p {
    max-width: 860px;
    margin-top: 24px;
    font-size: 17px;
}

.home-story__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.home-story__stats strong {
    font-size: 28px;
}

.section-heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 34px;
}

.section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 370px);
    gap: 26px;
    align-items: end;
}

.signature-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 0.9fr;
    gap: 18px;
}

.signature-card {
    min-height: 240px;
}

.signature-card i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(63, 70, 73, 0.08);
}

.signature-card--dark {
    background: linear-gradient(160deg, rgba(63, 70, 73, 0.97), rgba(37, 43, 46, 0.96));
    border-color: rgba(255, 255, 255, 0.08);
}

.signature-card--dark h3,
.signature-card--dark p,
.signature-card--dark i {
    color: #ffffff;
}

.signature-card--dark i {
    background: rgba(255, 255, 255, 0.12);
}

.signature-card--image {
    padding: 0;
    overflow: hidden;
    background: #dfe5ec;
}

.signature-card--wide {
    grid-column: 2 / span 2;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: start;
    gap: 18px;
    min-height: 180px;
}

.home-showcase {
    overflow: hidden;
}

.slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.slider-button {
    width: 48px;
    height: 48px;
    border: 1px solid var(--site-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.slider-button:hover,
.showcase-dot:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.showcase-slider {
    position: relative;
    min-height: 560px;
}

.showcase-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: 22px;
    opacity: 0;
    transform: translateX(30px);
    pointer-events: none;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.showcase-slide.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.showcase-slide__image {
    margin: 0;
    overflow: hidden;
    border-radius: 34px;
    background: #dfe5ec;
    box-shadow: var(--site-shadow);
}

.showcase-slide__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.showcase-slide__content ul {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.showcase-slide__content li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--site-text);
    font-weight: 700;
}

.showcase-slide__content li i {
    color: var(--site-accent);
}

.showcase-dots {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.showcase-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(63, 70, 73, 0.16);
    cursor: pointer;
}

.showcase-dot.is-active {
    width: 34px;
    background: var(--site-accent);
}

.home-gallery-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    grid-template-rows: 260px 260px 220px;
    gap: 18px;
}

.gallery-card,
.featured-image,
.offer-panel--image {
    margin: 0;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: var(--site-shadow);
    background: #dfe5ec;
}

.gallery-card--wide {
    grid-column: 1 / span 2;
}

.gallery-card--tall {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.gallery-text-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 1 / span 2;
}

.home-featured__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
    gap: 52px;
    align-items: center;
}

.home-featured__copy > p {
    margin-top: 22px;
    font-size: 17px;
}

.home-featured__list {
    display: grid;
    gap: 16px;
    margin-top: 32px;
}

.home-featured__list article {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--site-line);
}

.home-featured__list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(63, 70, 73, 0.1);
    color: var(--site-accent);
}

.home-featured__media {
    position: relative;
    min-height: 700px;
}

.featured-image {
    position: absolute;
}

.featured-image--main {
    inset: 0 80px 0 0;
}

.featured-image--side {
    right: 0;
    bottom: 44px;
    width: 250px;
    height: 300px;
    border: 10px solid #ffffff;
}

.featured-floating-box {
    position: absolute;
    left: 26px;
    bottom: 30px;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: start;
    max-width: 330px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--site-line);
    border-radius: 22px;
    box-shadow: var(--site-shadow);
    backdrop-filter: blur(14px);
}

.featured-floating-box i {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(63, 70, 73, 0.08);
}

.featured-floating-box strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 900;
}

.offer-panels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.offer-panel {
    min-height: 280px;
}

.offer-panel--dark {
    background: linear-gradient(160deg, rgba(63, 70, 73, 0.97), rgba(37, 43, 46, 0.96));
    border-color: rgba(255, 255, 255, 0.08);
}

.offer-panel--dark h3,
.offer-panel--dark p,
.offer-panel--dark a,
.offer-panel--dark small {
    color: #ffffff;
}

.offer-panel--image {
    padding: 0;
    min-height: 320px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(63, 70, 73, 0.08);
    font-size: 17px;
}

.home-cta__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 42px;
    background: linear-gradient(135deg, rgba(63, 70, 73, 0.96), rgba(35, 40, 43, 0.96));
    border-radius: 32px;
    box-shadow: var(--site-shadow);
}

.home-cta__box h2,
.home-cta__box .section-heading__eyebrow {
    color: #ffffff;
}

.home-cta__box .section-heading__eyebrow {
    opacity: 0.78;
}

.home-cta__box .site-button--ghost {
    border-color: rgba(255, 255, 255, 0.36);
    color: #ffffff;
}

@media (max-width: 1200px) {
    .showcase-slide {
        grid-template-columns: 1fr;
        position: relative;
        inset: auto;
        display: none;
    }

    .showcase-slide.is-active {
        display: grid;
    }

    .showcase-slider {
        min-height: unset;
    }
}

@media (max-width: 1100px) {
    .home-hero__grid,
    .home-featured__grid,
    .section-heading--split,
    .home-story__grid {
        grid-template-columns: 1fr;
    }

    .home-hero__media,
    .home-featured__media {
        min-height: unset;
    }

    .featured-image {
        position: relative;
    }

    .featured-image--main,
    .featured-image--side {
        inset: auto;
        width: 100%;
        height: auto;
    }

    .featured-floating-box {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 18px;
        max-width: none;
    }

    .home-featured__media {
        display: grid;
        grid-template-columns: 1fr 0.65fr;
        gap: 18px;
    }

    .home-ribbon__grid,
    .home-story__stats,
    .offer-panels,
    .steps-grid,
    .home-hero__highlights,
    .signature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .signature-card--wide {
        grid-column: auto;
    }
}

@media (max-width: 820px) {
    .home-hero {
        padding-top: 28px;
    }

    .home-hero__media {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 240px 170px 170px 170px;
        min-height: 680px;
    }

    .hero-floating-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
    }

    .home-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 220px 220px 220px;
    }

    .gallery-card--wide,
    .gallery-text-card,
    .gallery-card--tall {
        grid-column: auto;
        grid-row: auto;
    }

    .home-cta__box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .home-ribbon__grid,
    .home-story__stats,
    .offer-panels,
    .steps-grid,
    .home-hero__highlights,
    .home-featured__media,
    .home-gallery-grid,
    .signature-grid {
        grid-template-columns: 1fr;
    }

    .home-hero__media {
        grid-template-columns: 1fr;
        grid-template-rows: 250px 200px 180px 180px;
        min-height: unset;
    }

    .hero-shot--main,
    .hero-shot--side.top,
    .hero-shot--side.bottom,
    .hero-shot--landscape {
        grid-row: auto;
        grid-column: auto;
    }

    .home-story,
    .home-signature,
    .home-showcase,
    .home-gallery-block,
    .home-featured,
    .home-offer-strip,
    .home-steps,
    .home-cta {
        padding-bottom: 80px;
    }

    .home-hero__copy h1,
    .home-story__content h2,
    .section-heading h2,
    .home-featured__copy h2,
    .home-cta__box h2 {
        line-height: 1.04;
    }

    .home-cta__box,
    .step-card,
    .offer-panel,
    .gallery-text-card,
    .home-ribbon__grid > div,
    .signature-card,
    .showcase-slide__content {
        padding: 22px;
        border-radius: 22px;
    }

    .slider-controls {
        justify-content: flex-start;
    }
}
