.home-redesign {
    background: #fff;
}

.home-redesign a {
    text-decoration: none;
}

.home-redesign__hero {
    position: relative;
    padding: clamp(13rem, 11vw, 16rem) 0 0;
    background:
        radial-gradient(circle at 14% 18%, rgba(143, 182, 212, 0.18), transparent 30%),
        linear-gradient(180deg, #f2f7f7 0%, #fff 86%);
}

.home-redesign__hero::after {
    position: absolute;
    right: 0;
    bottom: 8.8rem;
    width: 42%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(81, 136, 46, 0.5));
    content: "";
}

.home-redesign__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.93fr) minmax(45rem, 1.07fr);
    gap: clamp(4.8rem, 6vw, 9rem);
    align-items: center;
}

.home-redesign__hero-content {
    padding: 3rem 0 5rem;
}

.home-redesign__hero h1 {
    max-width: 68rem;
    font-size: clamp(4.8rem, 5.3vw, 7.6rem);
    letter-spacing: -0.052em;
    line-height: 0.98;
}

.home-redesign__hero-intro {
    max-width: 66rem;
    margin-top: 3rem !important;
    color: #486776;
    font-size: clamp(1.75rem, 1.55vw, 2.05rem);
    line-height: 1.67;
}

.home-redesign__sample-link,
.home-inline-links a,
.home-product-panel__content > a,
.home-products__matrix-link a,
.home-route__capability > a {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--nhk-navy);
    font-size: 1.38rem;
    font-weight: 700;
}

.home-redesign__sample-link {
    margin-top: 2.4rem;
}

.home-redesign__sample-link svg,
.home-inline-links svg,
.home-product-panel__content > a svg,
.home-products__matrix-link svg,
.home-route__capability > a svg {
    transition: transform var(--motion-duration-fast) var(--motion-ease-out);
}

.home-redesign__sample-link:hover svg,
.home-inline-links a:hover svg,
.home-product-panel__content > a:hover svg,
.home-products__matrix-link a:hover svg,
.home-route__capability > a:hover svg {
    transform: translateX(0.35rem);
}

.home-redesign__hero-image {
    position: relative;
    overflow: hidden;
    height: clamp(50rem, 50vw, 68rem);
    border-radius: 0.8rem;
    box-shadow: 0 3rem 8rem rgba(23, 59, 80, 0.15);
}

.home-redesign__hero-image picture,
.home-redesign__hero-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-redesign__hero-image img {
    object-fit: cover;
}

.home-redesign__hero-caption {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 0.4rem;
    background: rgba(255, 255, 255, 0.93);
    color: #526f7b;
    font-size: 1.15rem;
    backdrop-filter: blur(9px);
}

.home-redesign__hero-caption strong {
    color: var(--nhk-navy);
    font-weight: 700;
}

.home-redesign__proof-row {
    z-index: 1;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 4rem;
    border-top: 1px solid var(--nhk-line);
    border-bottom: 1px solid var(--nhk-line);
}

.home-redesign__proof-row > * {
    display: flex;
    min-height: 8.8rem;
    align-items: center;
    padding: 1.7rem 2.2rem;
    color: var(--nhk-navy);
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    justify-content: center;
}

.home-redesign__proof-row > * + * {
    border-left: 1px solid var(--nhk-line);
}

.home-redesign__proof-row a:hover {
    background: #f2f7f7;
}

.home-products,
.home-control,
.home-route,
.home-family,
.home-conversion {
    padding: clamp(8rem, 8vw, 12rem) 0;
}

.home-section-heading {
    max-width: 84rem;
    margin-bottom: 5.5rem;
}

.home-section-heading h2 {
    margin-bottom: 2.2rem;
}

.home-section-heading > p:last-child {
    max-width: 74rem;
    color: #536f7c;
}

.home-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
}

.home-product-panel {
    overflow: hidden;
    border: 1px solid #d7e2e5;
    border-radius: 0.8rem;
    background: #fff;
}

.home-product-panel--premium {
    box-shadow: 0 2rem 5rem rgba(22, 67, 97, 0.07);
}

.home-product-panel--standard {
    background: #fbfcfc;
}

.home-product-panel__image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f4f7f7;
}

.home-product-panel__image picture,
.home-product-panel__image img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-product-panel__image img {
    object-fit: cover;
}

.home-product-panel__image > span {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.92);
    color: #536e79;
    font-size: 1.08rem;
}

.home-product-panel__content {
    padding: clamp(3rem, 4vw, 4.6rem);
}

.home-product-panel__content h3 {
    margin-bottom: 2.4rem;
    font-size: clamp(3rem, 3.1vw, 4.1rem);
}

.home-product-panel__content ul {
    display: grid;
    gap: 1rem;
    margin: 0 0 3rem;
}

.home-product-panel__content li {
    position: relative;
    padding-left: 2rem;
    color: #476573;
    font-size: 1.48rem;
    line-height: 1.5;
}

.home-product-panel__content li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--nhk-sea-green);
    content: "";
}

.home-products__matrix-link {
    margin-top: 3rem !important;
    color: #617b87;
    font-size: 1.35rem;
}

.home-positioning {
    padding: clamp(7rem, 7vw, 10rem) 0;
    background: var(--nhk-navy);
}

.home-positioning h2,
.home-positioning p {
    color: #fff;
}

.home-positioning .nhk-eyebrow {
    color: #a9cec8;
}

.home-positioning__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(43rem, 0.9fr);
    gap: clamp(5rem, 8vw, 11rem);
    align-items: center;
}

.home-positioning__grid > div > p:last-child {
    margin-top: 2.5rem !important;
    color: #d6e3e8;
}

.home-positioning__principles {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.home-positioning__principles li {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 2rem;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.home-positioning__principles span {
    color: #96c2bc;
    font-size: 1.15rem;
}

.home-positioning__principles strong {
    color: #fff;
    font-size: 1.65rem;
    font-weight: 600;
}

.home-control__grid {
    display: grid;
    grid-template-columns: minmax(38rem, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(5rem, 8vw, 10rem);
    align-items: center;
}

.home-control__images {
    position: relative;
    min-height: 64rem;
}

.home-control__images figure {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-radius: 0.6rem;
    background: #e8eeee;
    box-shadow: 0 2rem 5rem rgba(22, 67, 97, 0.11);
}

.home-control__images figure:first-child {
    top: 0;
    left: 0;
    width: 68%;
    height: 54rem;
}

.home-control__images figure:last-child {
    right: 0;
    bottom: 0;
    width: 58%;
    height: 30rem;
    border: 0.8rem solid #fff;
}

.home-control__images picture,
.home-control__images img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-control__images img {
    object-fit: cover;
}

.home-control__images figcaption {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    padding: 0.7rem 1rem;
    border-radius: 0.3rem;
    color: var(--nhk-navy);
    background: rgba(255, 255, 255, 0.91);
    font-size: 1.1rem;
}

.home-control__content > p:not(.nhk-eyebrow) {
    margin-top: 2.2rem !important;
    color: #4e6a78;
}

.home-origin {
    position: relative;
    min-height: 65rem;
    padding: clamp(8rem, 8vw, 12rem) 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home-origin::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 44, 63, 0.87) 0%, rgba(11, 44, 63, 0.68) 46%, rgba(11, 44, 63, 0.15) 100%);
    content: "";
}

.home-origin__image,
.home-origin__image picture,
.home-origin__image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.home-origin__image img {
    object-fit: cover;
}

.home-origin__content-wrap {
    position: relative;
    z-index: 1;
}

.home-origin__content {
    max-width: 66rem;
}

.home-origin h2,
.home-origin p,
.home-origin a {
    color: #fff;
}

.home-origin .nhk-eyebrow {
    color: #b5d9d2;
}

.home-origin__content > p:last-of-type {
    margin-top: 2.5rem !important;
}

.home-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem 2.8rem;
    margin-top: 3rem;
}

.home-route {
    background: #f4f8f8;
}

.home-route__layout {
    display: grid;
    grid-template-columns: minmax(26rem, 0.72fr) repeat(2, minmax(0, 1fr));
    border-top: 1px solid #d6e2e4;
    border-bottom: 1px solid #d6e2e4;
}

.home-route__image {
    min-height: 51rem;
    overflow: hidden;
}

.home-route__image picture,
.home-route__image img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-route__image img {
    object-fit: cover;
}

.home-route__capability {
    padding: clamp(3.5rem, 4vw, 5rem);
    border-left: 1px solid #d6e2e4;
}

.home-route__capability > span {
    color: #6c898d;
    font-size: 1.2rem;
}

.home-route__capability h3 {
    margin: 2.4rem 0 2rem;
}

.home-route__capability p {
    margin-bottom: 3rem !important;
    color: #506d79;
    font-size: 1.5rem;
}

.home-documents {
    padding: clamp(7rem, 7vw, 10rem) 0;
    background: #edf5f2;
}

.home-documents__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(38rem, 0.95fr);
    gap: clamp(5rem, 8vw, 11rem);
    align-items: center;
}

.home-documents__grid > div > p:last-of-type {
    max-width: 67rem;
    margin-top: 2.5rem !important;
}

.home-documents__list {
    margin: 0;
    border-top: 1px solid #cbdcda;
}

.home-documents__list li {
    display: grid;
    gap: 0.5rem;
    padding: 2rem 0;
    border-bottom: 1px solid #cbdcda;
}

.home-documents__list span {
    color: #617c80;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-documents__list strong {
    color: var(--nhk-navy);
    font-size: 1.55rem;
    font-weight: 600;
}

.home-family__grid {
    display: grid;
    grid-template-columns: minmax(36rem, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(5rem, 8vw, 11rem);
    align-items: center;
}

.home-family__image {
    height: 60rem;
    overflow: hidden;
    border-radius: 0.7rem;
}

.home-family__image picture,
.home-family__image img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-family__image img {
    object-fit: cover;
}

.home-family__grid > div:last-child > p:last-of-type {
    margin-top: 2.5rem !important;
}

.home-conversion {
    color: #fff;
    background:
        radial-gradient(circle at 88% 20%, rgba(143, 182, 212, 0.2), transparent 28%),
        var(--nhk-navy);
}

.home-conversion h2,
.home-conversion h3,
.home-conversion p,
.home-conversion a {
    color: #fff;
}

.home-conversion .nhk-eyebrow {
    color: #afd0ca;
}

.home-conversion__heading {
    max-width: 78rem;
    margin-bottom: 4.8rem;
}

.home-conversion__heading > p:last-child {
    margin-top: 2rem !important;
    color: #d6e3e8;
}

.home-conversion__heading > p:last-child a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.home-conversion__paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.home-conversion__paths article {
    padding: clamp(3rem, 4vw, 5rem);
}

.home-conversion__paths article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.home-conversion__paths article > span {
    color: #afd0ca;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-conversion__paths h3 {
    margin: 2rem 0 1.5rem;
}

.home-conversion__paths p {
    max-width: 52rem;
    margin-bottom: 3rem !important;
    color: #d6e3e8;
}

.home-conversion .nhk-button--primary {
    color: var(--nhk-navy);
    background: #fff;
    border-color: #fff;
}

.home-conversion .nhk-button--secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1099px) {
    .home-redesign__hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(38rem, 1.05fr);
        gap: 4rem;
    }

    .home-positioning__grid,
    .home-documents__grid {
        gap: 6rem;
    }

    .home-route__layout {
        grid-template-columns: 0.68fr 1fr 1fr;
    }
}

@media (max-width: 899px) {
    .home-redesign__hero-grid,
    .home-positioning__grid,
    .home-control__grid,
    .home-documents__grid,
    .home-family__grid {
        grid-template-columns: 1fr;
    }

    .home-redesign__hero-content {
        padding-bottom: 1rem;
    }

    .home-redesign__hero-image {
        height: 54rem;
    }

    .home-redesign__proof-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-redesign__proof-row > *:nth-child(3) {
        border-left: 0;
    }

    .home-redesign__proof-row > *:nth-child(n + 3) {
        border-top: 1px solid var(--nhk-line);
    }

    .home-products__grid {
        gap: 2rem;
    }

    .home-control__grid {
        gap: 5rem;
    }

    .home-control__images {
        max-width: 64rem;
    }

    .home-route__layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-route__image {
        grid-row: span 2;
    }

    .home-route__capability {
        border-bottom: 1px solid #d6e2e4;
    }

    .home-family__image {
        height: 54rem;
    }
}

@media (max-width: 699px) {
    .home-products__grid,
    .home-conversion__paths {
        grid-template-columns: 1fr;
    }

    .home-redesign__hero {
        padding-top: 11rem;
    }

    .home-redesign__hero-image {
        height: 42rem;
    }

    .home-products,
    .home-control,
    .home-route,
    .home-family,
    .home-conversion {
        padding: 7rem 0;
    }

    .home-section-heading {
        margin-bottom: 3.8rem;
    }

    .home-control__images {
        min-height: 50rem;
    }

    .home-control__images figure:first-child {
        height: 42rem;
    }

    .home-control__images figure:last-child {
        height: 23rem;
    }

    .home-origin {
        min-height: 60rem;
    }

    .home-origin::after {
        background: rgba(11, 44, 63, 0.72);
    }

    .home-route__layout {
        display: block;
    }

    .home-route__image {
        min-height: 36rem;
    }

    .home-route__capability {
        border-left: 0;
        border-top: 1px solid #d6e2e4;
    }

    .home-family__image {
        height: 44rem;
    }

    .home-conversion__paths article + article {
        border-top: 1px solid rgba(255, 255, 255, 0.24);
        border-left: 0;
    }
}

@media (max-width: 480px) {
    .home-redesign__hero h1 {
        font-size: clamp(3.55rem, 11.3vw, 4.7rem);
    }

    .home-redesign__hero-image {
        height: 34rem;
    }

    .home-redesign__proof-row {
        display: block;
    }

    .home-redesign__proof-row > * {
        min-height: 6.6rem;
        border-top: 1px solid var(--nhk-line);
        border-left: 0 !important;
    }

    .home-control__images {
        min-height: 43rem;
    }

    .home-control__images figure:first-child {
        width: 76%;
        height: 36rem;
    }

    .home-control__images figure:last-child {
        width: 62%;
        height: 20rem;
    }

    .home-inline-links {
        display: grid;
    }
}

@media (max-width: 370px) {
    .home-product-panel__content,
    .home-route__capability,
    .home-conversion__paths article {
        padding: 2.6rem 2rem;
    }

    .home-redesign__hero-caption {
        right: 1rem;
        bottom: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-redesign__sample-link svg,
    .home-inline-links svg,
    .home-product-panel__content > a svg,
    .home-products__matrix-link svg,
    .home-route__capability > a svg {
        transition: none;
    }

    .home-redesign__sample-link:hover svg,
    .home-inline-links a:hover svg,
    .home-product-panel__content > a:hover svg,
    .home-products__matrix-link a:hover svg,
    .home-route__capability > a:hover svg {
        transform: none;
    }
}
