@charset "UTF-8";

/* ==========================================================================
   ENESMA Child Theme — Base / Tokens
   ========================================================================== */

:root {
    --en-navy: #10213B;
    --en-navy-2: #F3F7FC;
    --en-navy-3: #EAF2FC;
    --en-cyan: #1768D4;
    --en-green: #0E8065;
    --en-gradient: var(--en-cyan);
    --en-action: #1768D4;
    --en-action-hover: #0F56B5;
    --en-heading: #0B1C35;
    --en-text: #1B2A41;
    --en-text-muted: #5D6D83;
    --en-text-faint: #596A80;
    --en-surface: #FFFFFF;
    --en-surface-soft: #F6F8FB;
    --en-border: #DDE4EC;
    --en-border-strong: #C7D1DC;
    --en-control-border: #7896AB;
    --en-danger: #B42318;
    --en-shadow: none;
    --en-shadow-lg: none;
    --en-font-en: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --en-font-jp: 'Noto Sans JP', var(--en-font-en), sans-serif;
    --en-header-h: 76px;
    --en-max: 1160px;
    --en-radius: 6px;
    --en-radius-sm: 4px;
    --en-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   Corporate home / services
   ========================================================================== */

.en-brand-hero {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: calc(var(--en-header-h) + clamp(54px, 7vw, 96px)) 24px clamp(92px, 9vw, 132px);
    background:
        radial-gradient(circle at 74% 28%, rgba(33, 132, 255, 0.28), transparent 25%),
        radial-gradient(circle at 17% 86%, rgba(0, 210, 168, 0.12), transparent 29%),
        linear-gradient(128deg, #061326 0%, #071b35 48%, #0b3150 100%);
}

.en-brand-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: min(58vw, 820px);
    aspect-ratio: 1;
    right: -18vw;
    top: -34%;
    border: clamp(52px, 8vw, 118px) solid rgba(110, 211, 255, 0.055);
    border-radius: 50%;
}

.en-brand-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 86px 86px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 72%);
    mask-image: linear-gradient(90deg, #000, transparent 72%);
    pointer-events: none;
}

.en-brand-hero__inner {
    width: min(100%, 1240px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.78fr);
    align-items: center;
    gap: clamp(44px, 6vw, 84px);
}

.en-brand-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.en-brand-hero .en-eyebrow {
    color: #8edcff;
}

.en-brand-hero__title {
    margin: 0;
    color: #fff;
    font-size: clamp(2.9rem, 5.1vw, 4.9rem);
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 1.08;
    text-wrap: balance;
}

.en-brand-hero__title .en-heading-line {
    display: block;
    width: fit-content;
    white-space: nowrap;
}

.en-brand-hero__title .en-heading-line:last-child {
    color: #72d9ff;
    background: linear-gradient(100deg, #62c8ff 0%, #8cf5d1 78%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.en-brand-hero__lead {
    max-width: 620px;
    margin: clamp(26px, 3.5vw, 40px) 0 0;
    color: rgba(238, 247, 255, 0.75);
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    line-height: 2;
}

.en-brand-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.en-brand-hero__actions .en-btn {
    min-height: 52px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 999px;
}

.en-brand-home .en-brand-hero__actions .en-btn--primary,
.en-brand-home .en-brand-hero__actions .en-btn--primary:visited,
.en-brand-home .en-brand-hero__actions .en-btn--primary:focus-visible {
    color: #06182c;
    background: linear-gradient(100deg, #6dcfff, #8bf1d2);
    border-color: transparent;
    box-shadow: 0 14px 34px rgba(74, 201, 255, 0.19);
}

.en-brand-home .en-brand-hero__actions .en-btn--primary:hover {
    color: #06182c;
    background: linear-gradient(100deg, #8bdcff, #a5f7dc);
}

.en-brand-home .en-brand-hero__actions .en-btn--ghost,
.en-brand-home .en-brand-hero__actions .en-btn--ghost:visited,
.en-brand-home .en-brand-hero__actions .en-btn--ghost:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.34);
}

.en-brand-home .en-brand-hero__actions .en-btn--ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.64);
}

.en-brand-hero__keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 24px;
    margin: clamp(38px, 5vw, 62px) 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.55);
    font-family: var(--en-font-en);
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    list-style: none;
    text-transform: uppercase;
}

.en-brand-hero__keywords li {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

.en-brand-hero__keywords li:not(:last-child)::after {
    width: 22px;
    height: 1px;
    background: rgba(130, 226, 220, 0.5);
    content: "";
}

.en-brand-hero__media {
    position: relative;
    margin: 0;
    min-height: min(70vh, 740px);
    aspect-ratio: 0.74;
    overflow: hidden;
    clip-path: polygon(13% 0, 100% 0, 100% 88%, 86% 100%, 0 100%, 0 13%);
    box-shadow: 0 36px 90px rgba(0, 7, 18, 0.38);
    filter: drop-shadow(0 30px 46px rgba(0, 7, 18, 0.28));
}

.en-brand-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 77, 117, 0.02) 40%, rgba(3, 18, 35, 0.74) 100%),
        linear-gradient(135deg, rgba(111, 224, 255, 0.16), transparent 38%);
    pointer-events: none;
}

.en-brand-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% 42%;
    transform: scale(1.025);
}

.en-brand-hero__scroll {
    position: absolute;
    right: clamp(22px, 3vw, 48px);
    bottom: 26px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--en-font-en);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.en-brand-hero__scroll span {
    line-height: 1;
    writing-mode: vertical-rl;
}

.en-brand-hero__scroll i {
    position: relative;
    width: 1px;
    height: 48px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.26);
}

.en-brand-hero__scroll i::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #82e2dc;
    transform: translateY(-100%);
    animation: en-brand-scroll 2s var(--en-ease) infinite;
}

@keyframes en-brand-scroll {
    0% { transform: translateY(-100%); }
    55%, 100% { transform: translateY(100%); }
}

.en-brand-about {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(104px, 13vw, 176px) 24px;
    background: #0a2440;
}

.en-brand-about__background {
    position: absolute;
    z-index: -2;
    inset: 0;
}

.en-brand-about__background::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(4, 20, 40, 0.96) 10%, rgba(7, 44, 67, 0.89) 55%, rgba(7, 64, 74, 0.78));
}

.en-brand-about__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.en-brand-about__inner {
    width: min(100%, var(--en-max));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(500px, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(56px, 6vw, 88px);
    align-items: start;
}

.en-brand-about .en-eyebrow {
    color: #86d8f2;
}

.en-brand-about__heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.35rem, 3.2vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.32;
}

.en-brand-about__title span {
    display: block;
    white-space: nowrap;
}

.en-brand-about__copy {
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.en-brand-about__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.35vw, 1.13rem);
    line-height: 2.15;
}

.en-brand-about__copy p:first-child {
    color: #fff;
    font-size: clamp(1.15rem, 1.75vw, 1.42rem);
    font-weight: 600;
}

.en-brand-about__copy p + p {
    margin-top: 24px;
}

.en-values,
.en-services-preview,
.en-home-news,
.en-services-list {
    padding: clamp(88px, 11vw, 144px) 24px;
}

.en-values {
    position: relative;
    overflow: hidden;
    padding-top: clamp(82px, 8vw, 112px);
    padding-bottom: clamp(86px, 9vw, 124px);
    background:
        radial-gradient(circle at 92% 8%, rgba(23, 104, 212, 0.075), transparent 24%),
        linear-gradient(180deg, #fff 0%, #f4f8fc 100%);
}

.en-values::before {
    position: absolute;
    width: min(36vw, 520px);
    aspect-ratio: 1;
    top: 9%;
    left: -19vw;
    border: 72px solid rgba(14, 128, 101, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.en-values > .en-section-head {
    padding: 0;
    text-align: left;
}

.en-values > .en-section-head,
.en-services-preview > .en-section-head,
.en-home-news > .en-section-head,
.en-services-list > .en-section-head {
    width: min(100%, var(--en-max));
    margin-right: auto;
    margin-left: auto;
}

.en-values__grid {
    width: min(100%, var(--en-max));
    margin: clamp(38px, 4.5vw, 58px) auto 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(310px, 0.86fr);
    grid-template-rows: repeat(2, minmax(232px, auto));
    gap: clamp(18px, 2vw, 24px);
}

.en-values__item {
    position: relative;
    min-height: 232px;
    padding: clamp(30px, 3.7vw, 48px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(145deg, #fff 10%, #f4f8fd 100%);
    border: 1px solid rgba(16, 33, 59, 0.09);
    border-radius: clamp(22px, 2.5vw, 32px);
    box-shadow: 0 22px 62px rgba(16, 33, 59, 0.09);
    transition: transform 0.35s var(--en-ease), border-color 0.35s var(--en-ease), box-shadow 0.35s var(--en-ease);
}

.en-values__item::before,
.en-values__item::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.en-values__item::before {
    top: 0;
    left: clamp(30px, 3.7vw, 48px);
    width: 68px;
    height: 3px;
    background: linear-gradient(90deg, #2b8ff3, #58d7b8);
}

.en-values__item::after {
    width: 190px;
    aspect-ratio: 1;
    right: -88px;
    bottom: -108px;
    border: 42px solid rgba(23, 104, 212, 0.055);
    border-radius: 50%;
}

.en-values__item:first-child {
    min-height: 488px;
    grid-row: 1 / span 2;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(83, 210, 244, 0.27), transparent 28%),
        radial-gradient(circle at 10% 100%, rgba(50, 211, 170, 0.18), transparent 30%),
        linear-gradient(145deg, #07182e 0%, #0b2c4b 100%);
    border-color: rgba(116, 218, 255, 0.18);
    box-shadow: 0 28px 72px rgba(7, 24, 46, 0.22);
}

.en-values__item:first-child::before {
    background: linear-gradient(90deg, #69cfff, #8af1cf);
}

.en-values__item:first-child::after {
    width: 330px;
    right: -148px;
    bottom: -178px;
    border-width: 72px;
    border-color: rgba(127, 232, 218, 0.09);
}

@media (hover: hover) and (pointer: fine) {
    .en-values__item:hover {
        z-index: 1;
        border-color: rgba(23, 104, 212, 0.2);
        box-shadow: 0 28px 72px rgba(16, 33, 59, 0.13);
        transform: translateY(-5px);
    }
}

.en-values__meta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.en-values__number {
    display: block;
    color: #8ea1b7;
    font-family: var(--en-font-en);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.en-values__item:first-child .en-values__number {
    color: rgba(255, 255, 255, 0.55);
}

.en-values__en {
    margin: 0;
    color: var(--en-cyan);
    font-family: var(--en-font-en);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.en-values__item:first-child .en-values__en {
    color: #8ee7da;
}

.en-values__item h3 {
    position: relative;
    z-index: 1;
    margin: auto 0 0;
    padding-top: clamp(38px, 5vw, 64px);
    color: var(--en-heading);
    font-size: clamp(1.28rem, 2vw, 1.68rem);
    line-height: 1.45;
}

.en-values__item:first-child h3 {
    margin-top: clamp(76px, 8vw, 112px);
    padding-top: 0;
    color: #fff;
    font-size: clamp(1.65rem, 2.8vw, 2.35rem);
}

.en-values__item > p:last-child {
    position: relative;
    z-index: 1;
    margin: 20px 0 0;
    color: var(--en-text-muted);
    font-size: 0.92rem;
    line-height: 1.95;
}

.en-values__item:first-child > p:last-child {
    max-width: 510px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.en-services-preview {
    background: var(--en-surface-soft);
}

.en-services-preview .en-section-head > p:last-child,
.en-services-list .en-section-head > p:last-child {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    color: var(--en-text-muted);
    line-height: 1.9;
}

.en-services-preview > .en-section-head {
    padding-bottom: 0;
}

.en-service-grid {
    width: min(100%, var(--en-max));
    margin: clamp(38px, 4.5vw, 58px) auto 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.en-service-grid:has(> :only-child) {
    grid-template-columns: minmax(0, 1fr);
}

.en-service-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--en-border);
    border-radius: 8px;
    transition: border-color 0.25s var(--en-ease), box-shadow 0.25s var(--en-ease), transform 0.25s var(--en-ease);
}

.en-service-card__inner {
    height: 100%;
}

.en-service-card__hit {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    color: inherit;
    text-decoration: none;
}

.en-service-grid:has(> :only-child) .en-service-card__hit {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    grid-template-rows: none;
    align-items: stretch;
}

.en-service-card__hit:visited {
    color: inherit;
}

.en-service-card__hit:focus-visible {
    outline: 3px solid var(--en-cyan);
    outline-offset: -3px;
}

@media (hover: hover) and (pointer: fine) {
    .en-service-card:hover {
        border-color: rgba(23, 104, 212, 0.3);
        box-shadow: 0 18px 46px rgba(16, 33, 59, 0.11);
        transform: translateY(-3px);
    }

    .en-service-card__hit:hover .en-quiet-link__arrow {
        transform: translateX(4px);
    }
}

.en-service-card__media {
    min-height: 280px;
    margin: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 45%, rgba(23, 104, 212, 0.16), transparent 42%),
        #edf4fa;
}

.en-service-card__media img {
    width: 82%;
    height: 82%;
    object-fit: contain;
    transition: transform 0.5s var(--en-ease);
}

.en-service-card:hover .en-service-card__media img {
    transform: scale(1.025);
}

.en-service-card__body {
    padding: clamp(30px, 4vw, 52px);
}

.en-service-card__title {
    margin: 0;
    color: var(--en-heading);
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    line-height: 1.3;
}

.en-service-card__text {
    margin: 22px 0 0;
    color: var(--en-text-muted);
    line-height: 1.95;
}

.en-service-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.en-service-card__facts li {
    padding: 7px 12px;
    color: var(--en-navy);
    background: var(--en-navy-3);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 600;
}

.en-service-card__link {
    margin-top: 32px;
}

.en-services-preview__action {
    width: min(100%, var(--en-max));
    margin: 36px auto 0;
    text-align: center;
}

.en-home-company {
    padding: clamp(88px, 11vw, 144px) 24px;
    background: var(--en-navy);
}

.en-home-company__inner {
    width: min(100%, var(--en-max));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
    gap: clamp(48px, 9vw, 120px);
    align-items: center;
}

.en-home-company .en-eyebrow {
    color: #86d8f2;
}

.en-home-company__copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 3.8vw, 3.25rem);
    line-height: 1.35;
}

.en-home-company__copy > p:not(.en-eyebrow) {
    max-width: 620px;
    margin: 24px 0 34px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 2;
}

.en-home-company__media {
    aspect-ratio: 1;
    margin: 0;
    padding: 34px;
    display: grid;
    place-items: center;
    background: #fff;
    border-radius: 50%;
}

.en-home-company__media img {
    width: 76%;
    height: 76%;
    object-fit: contain;
}

.en-home-news__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.en-home-news__heading .en-eyebrow,
.en-home-news__heading .en-section-title {
    margin-bottom: 0;
}

.en-home-news__list {
    width: min(100%, var(--en-max));
    margin: clamp(38px, 5vw, 58px) auto 0;
}

.en-services-list {
    background: var(--en-surface-soft);
}

.en-services-list + .en-cta {
    margin-top: 0;
}

@media (max-width: 980px) {
    .en-brand-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(290px, 0.62fr);
        gap: 44px;
    }

    .en-brand-hero__title {
        font-size: clamp(2.35rem, 5.9vw, 3.7rem);
    }

    .en-service-grid:has(> :only-child) .en-service-card__hit {
        grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .en-brand-hero {
        min-height: auto;
        padding-top: calc(var(--en-header-h) + 64px);
    }

    .en-brand-hero__inner,
    .en-brand-about__inner,
    .en-home-company__inner,
    .en-service-grid:has(> :only-child) .en-service-card__hit {
        grid-template-columns: minmax(0, 1fr);
    }

    .en-brand-hero__copy {
        max-width: 700px;
    }

    .en-brand-hero__media {
        width: 100%;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .en-brand-hero__media img {
        object-position: 50% 38%;
    }

    .en-brand-about__inner {
        gap: 42px;
    }

    .en-brand-about__heading {
        max-width: 620px;
    }

    .en-brand-about__copy {
        max-width: 680px;
    }

    .en-home-company__media {
        width: min(58vw, 360px);
        justify-self: center;
    }

    .en-brand-hero__scroll {
        display: none;
    }
}

@media (max-width: 680px) {
    .en-values__grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
    }

    .en-values__item:first-child {
        min-height: 390px;
        grid-row: auto;
    }

    .en-values__item:not(:first-child) {
        min-height: 250px;
    }
}

@media (max-width: 760px) {
    .en-brand-hero {
        min-height: auto;
        padding-top: calc(var(--en-header-h) + 54px);
    }

    .en-brand-hero__inner,
    .en-brand-about__inner,
    .en-home-company__inner,
    .en-service-grid,
    .en-service-grid:has(> :only-child),
    .en-service-grid:has(> :only-child) .en-service-card__hit {
        grid-template-columns: minmax(0, 1fr);
    }

    .en-brand-hero__media {
        min-height: 0;
        width: min(100%, 560px);
        aspect-ratio: 4 / 5;
        justify-self: center;
    }

    .en-brand-about__copy {
        padding-top: 24px;
    }

    .en-values__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .en-values__item {
        min-height: 0;
    }

    .en-home-company__media {
        width: min(72vw, 330px);
        justify-self: center;
    }
}

@media (max-width: 520px) {
    .en-brand-hero,
    .en-brand-about,
    .en-values,
    .en-services-preview,
    .en-home-company,
    .en-home-news,
    .en-services-list {
        padding-right: 18px;
        padding-left: 18px;
    }

    .en-brand-hero__title {
        font-size: clamp(2rem, 9.3vw, 2.65rem);
        line-height: 1.16;
    }

    .en-brand-hero__title .en-heading-line {
        white-space: nowrap;
    }

    .en-brand-about__heading h2 {
        font-size: clamp(1.75rem, 8.4vw, 2.25rem);
        letter-spacing: -0.045em;
    }

    .en-brand-hero__keywords {
        gap: 9px 15px;
    }

    .en-brand-hero__keywords li {
        gap: 15px;
    }

    .en-brand-hero__keywords li:not(:last-child)::after {
        width: 14px;
    }

    .en-brand-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .en-brand-hero__actions .en-btn {
        width: 100%;
    }

    .en-brand-hero__scroll {
        display: none;
    }

    .en-brand-hero__media {
        width: 100%;
    }

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

    .en-service-card__media {
        min-height: 230px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .en-brand-hero__scroll i::after {
        animation: none;
        transform: none;
    }

    .en-service-card__media img {
        transition: none;
    }
}

.enesma-body {
    margin: 0;
    background: var(--en-surface);
    color: var(--en-text);
    font-family: var(--en-font-jp);
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.enesma-body * {
    box-sizing: border-box;
}

.en-site {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--en-surface);
}

.enesma-body ::selection {
    background: rgba(23, 104, 212, 0.18);
    color: var(--en-heading);
}

.en-site img {
    max-width: 100%;
    display: block;
}

.en-site a {
    text-decoration: none;
}

.en-site :where(h1, h2, h3) {
    line-break: strict;
    overflow-wrap: break-word;
    text-wrap: balance;
    word-break: keep-all;
}

.en-heading-line {
    display: block;
    white-space: nowrap;
}

.en-keep-together {
    white-space: nowrap;
}

/* ==========================================================================
   Reveal on scroll
   ========================================================================== */

.en-reveal {
    opacity: 1;
    transform: none;
    transition: opacity 0.5s var(--en-ease), transform 0.5s var(--en-ease);
    transition-delay: var(--en-reveal-delay, 0ms);
}

.en-effects-ready .en-reveal {
    opacity: 0;
    transform: translateY(12px);
}

.en-effects-ready .en-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.en-effects-ready .en-reveal--left {
    transform: translate3d(0, 12px, 0);
}

.en-effects-ready .en-reveal--right {
    transform: translate3d(0, 12px, 0);
}

.en-effects-ready .en-reveal--scale {
    transform: translate3d(0, 12px, 0);
}

.en-effects-ready .en-reveal--left.is-visible,
.en-effects-ready .en-reveal--right.is-visible,
.en-effects-ready .en-reveal--scale.is-visible {
    transform: translate3d(0, 0, 0);
}

.en-reveal--blur {
    transition: opacity 0.5s var(--en-ease), transform 0.5s var(--en-ease), filter 0.5s var(--en-ease);
    transition-delay: var(--en-reveal-delay, 0ms);
}

.en-effects-ready .en-reveal--blur {
    transform: translate3d(0, 20px, 0);
    filter: blur(6px);
}

.en-effects-ready .en-reveal--blur.is-visible {
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

html.en-no-js .en-reveal {
    opacity: 1;
    transform: none;
}

/* ==========================================================================
   Header
   ========================================================================== */

.en-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: var(--en-header-h);
    background: #FFFFFF;
    border-bottom: 1px solid var(--en-border);
    transition: background 0.3s var(--en-ease), border-color 0.3s var(--en-ease);
}

.en-header.is-scrolled {
    background: #FFFFFF;
    border-bottom-color: var(--en-border-strong);
    box-shadow: none;
}

.en-header__inner {
    max-width: var(--en-max);
    margin: 0 auto;
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.en-brand {
    display: inline-flex;
    align-items: center;
}

.en-brand__logo {
    display: block;
    width: 164px;
    height: auto;
    transition: filter 0.3s var(--en-ease);
}

.en-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.en-nav__link {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--en-text-muted);
    position: relative;
    padding: 6px 0;
    white-space: nowrap;
    transition: color 0.2s var(--en-ease);
}

.en-nav__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--en-cyan);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s var(--en-ease);
}

.en-nav__link:hover,
.en-nav__link.is-current {
    color: var(--en-heading);
}

.en-nav__link:hover::after,
.en-nav__link.is-current::after {
    transform: scaleX(1);
}

.en-nav__cta {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: var(--en-action);
    padding: 9px 20px;
    border-radius: 4px;
    white-space: nowrap;
    transition: background 0.2s var(--en-ease);
}

.en-site .en-nav__cta,
.en-site .en-nav__cta:visited,
.en-site .en-nav__cta:hover,
.en-site .en-nav__cta:focus-visible {
    color: #fff;
}

.en-nav__cta.is-current {
    background: var(--en-action-hover);
    box-shadow: none;
}

.en-nav__cta:hover {
    background: var(--en-action-hover);
    transform: none;
    box-shadow: none;
}

.en-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid var(--en-border-strong);
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
}

.en-menu-toggle__bar {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: var(--en-heading);
    transition: transform 0.25s var(--en-ease), opacity 0.25s var(--en-ease);
}

.en-menu-toggle.is-open .en-menu-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.en-menu-toggle.is-open .en-menu-toggle__bar:nth-child(2) {
    opacity: 0;
}

.en-menu-toggle.is-open .en-menu-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 860px) {
    .en-brand__logo {
        width: 150px;
    }

    .en-nav {
        position: fixed;
        top: var(--en-header-h);
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: #FFFFFF;
        border-bottom: 1px solid var(--en-border);
        padding: 8px 24px 20px;
        max-height: calc(100vh - var(--en-header-h));
        max-height: calc(100dvh - var(--en-header-h));
        overflow-y: auto;
        transform: translateY(-12px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s var(--en-ease), transform 0.25s var(--en-ease), visibility 0.25s;
    }

    .en-nav.is-open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
    }

    .en-nav__link {
        padding: 14px 0;
        border-bottom: 1px solid var(--en-border);
    }

    .en-nav__cta {
        margin-top: 16px;
        text-align: center;
    }

    .en-menu-toggle {
        display: flex;
    }
}

/* ==========================================================================
   Buttons / shared
   ========================================================================== */

.en-eyebrow {
    font-family: var(--en-font-en);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--en-cyan);
    margin: 0 0 12px;
}

.en-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 4px;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    transition: border-color 0.2s var(--en-ease), background 0.2s var(--en-ease);
}

.en-btn--primary {
    background: var(--en-action);
    color: #fff;
    box-shadow: none;
}

.en-btn--primary:hover {
    background: var(--en-action-hover);
    transform: none;
    box-shadow: none;
}

.en-site .en-btn--primary,
.en-site .en-btn--primary:visited,
.en-site .en-btn--primary:hover,
.en-site .en-btn--primary:focus-visible {
    color: #fff;
}

.en-btn--ghost {
    border: 1px solid var(--en-control-border);
    color: var(--en-heading);
    background: #FFFFFF;
}

.en-btn--ghost:hover {
    border-color: var(--en-cyan);
    background: rgba(23, 104, 212, 0.07);
}

.en-site .en-btn--ghost,
.en-site .en-btn--ghost:visited,
.en-site .en-btn--ghost:hover,
.en-site .en-btn--ghost:focus-visible {
    color: var(--en-heading);
}

.en-btn--lg {
    padding: 17px 40px;
    font-size: 1rem;
}

.en-quiet-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--en-cyan);
}

.en-quiet-link__arrow {
    width: 18px;
    height: 18px;
    display: inline-flex;
    transition: none;
}

.en-quiet-link:hover .en-quiet-link__arrow {
    transform: none;
}

.en-site a:focus-visible,
.en-menu-toggle:focus-visible,
.en-contact-form-shell .wpcf7-form input[type="submit"]:focus-visible {
    outline: 3px solid var(--en-cyan);
    outline-offset: 4px;
}

/* ==========================================================================
   Main / Hero
   ========================================================================== */

.en-main {
    flex: 1;
    padding-top: var(--en-header-h);
}

/* Home: the header floats transparently over the full-bleed hero, so the hero
   itself accounts for the header height in its own padding instead. */
.en-home .en-main {
    padding-top: 0;
}

/* Lightning parent theme applies low-specificity :where() rules to h1-h6 —
   a grey padded pill on h4, a blue top-border + grey bottom-border on h2
   ("Design Theme" head became a bordered stripe), and on h3 a full-width
   grey underline plus a decorative ::after ("content:'.'") drawing a second,
   30%-width, always-left-anchored underline — which reads as an off-center
   stray line under any centered h3 (Validation/Quality/journey heads).
   Reset all of it here (single class beats :where()'s zero specificity)
   before any component-level heading rules that intentionally set
   padding/background/border (e.g. .en-news-article__body h2/h3), which stay
   in effect via equal specificity + later source order. */
.en-main h1,
.en-main h2,
.en-main h3,
.en-main h4,
.en-main h5,
.en-main h6 {
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
}

.en-main h1::after,
.en-main h2::after,
.en-main h3::after,
.en-main h4::after,
.en-main h5::after,
.en-main h6::after {
    content: none;
}

.en-hero {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: calc(var(--en-header-h) + clamp(24px, 5vw, 64px)) 0 clamp(84px, 10vw, 128px);
    background: #061226;
    --en-parallax-x: 0px;
    --en-parallax-y: 0px;
    --en-parallax-x-inverse: 0px;
    --en-parallax-y-inverse: 0px;
    --en-scroll-shift: 0px;
}

.en-hero__bg {
    position: absolute;
    inset: 0;
    background: #061226;
    transform: none;
    z-index: 0;
    pointer-events: none;
}

.en-hero__bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
}

/* Ken Burns: a slow one-shot zoom-out on load, transform-only. */
.en-effects-ready .en-hero__bg-image {
    animation: en-hero-kenburns 9s var(--en-ease) forwards;
}

@keyframes en-hero-kenburns {
    from { transform: scale(1.12); }
    to { transform: scale(1); }
}

.en-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(4, 14, 30, 0.55) 0%, rgba(4, 14, 30, 0) 55%),
        linear-gradient(160deg, rgba(6, 18, 38, 0.92) 0%, rgba(10, 30, 58, 0.72) 45%, rgba(8, 24, 48, 0.5) 100%);
    pointer-events: none;
}

.en-hero__inner {
    position: relative;
    z-index: 2;
    max-width: var(--en-max);
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
    gap: clamp(42px, 6vw, 80px);
    align-items: center;
}

.en-hero__copy {
    position: relative;
    z-index: 3;
}

.en-effects-ready .en-hero__copy > * {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition: opacity 0.5s var(--en-ease), transform 0.5s var(--en-ease);
}

.en-effects-ready .en-hero__copy.is-visible > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.en-effects-ready .en-hero__copy.is-visible > :nth-child(1) { transition-delay: 80ms; }
.en-effects-ready .en-hero__copy.is-visible > :nth-child(2) { transition-delay: 150ms; }
.en-effects-ready .en-hero__copy.is-visible > :nth-child(3) { transition-delay: 220ms; }
.en-effects-ready .en-hero__copy.is-visible > :nth-child(4) { transition-delay: 290ms; }
.en-effects-ready .en-hero__copy.is-visible > :nth-child(5) { transition-delay: 360ms; }

.en-hero__eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.92);
}

.en-hero__eyebrow > span {
    width: 7px;
    height: 7px;
    border-radius: 1px;
    background: #5EB1FF;
    box-shadow: none;
}

.en-hero__title {
    font-family: var(--en-font-jp);
    font-weight: 900;
    font-size: clamp(2.5rem, 4.6vw, 4rem);
    line-height: 1.2;
    letter-spacing: -0.035em;
    margin: 0 0 24px;
    color: #fff;
}

.en-hero__title-line {
    display: block;
    white-space: nowrap;
}

.en-hero__title-accent {
    background: linear-gradient(90deg, #5EB1FF, #3ED2A7);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.en-hero__lead {
    font-size: clamp(0.95rem, 1.6vw, 1.1rem);
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.78);
    max-width: 640px;
    margin: 0 0 40px;
}

.en-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.en-hero__actions .en-btn--ghost {
    border-color: rgba(255, 255, 255, 0.4);
    background: transparent;
    color: #fff;
}

.en-hero__actions .en-btn--ghost:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
}

.en-site .en-hero__actions .en-btn--ghost,
.en-site .en-hero__actions .en-btn--ghost:visited,
.en-site .en-hero__actions .en-btn--ghost:hover,
.en-site .en-hero__actions .en-btn--ghost:focus-visible {
    color: #fff;
}

.en-hero__actions .en-btn--primary {
    box-shadow: 0 10px 28px rgba(23, 104, 212, 0.4);
}

.en-hero__actions .en-btn--primary:hover {
    box-shadow: 0 10px 32px rgba(23, 104, 212, 0.5);
}

.en-hero__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 40px 0 0;
    padding: 0;
    border-top: 0;
    list-style: none;
}

.en-hero__signals li {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.en-hero__signals strong {
    color: #fff;
    font-size: 0.78rem;
    line-height: 1.4;
}

.en-hero__signals span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.68rem;
    line-height: 1.4;
}

.en-hero__visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
}

.en-hero__visual::before {
    content: "";
    position: absolute;
    inset: -14%;
    z-index: 0;
    background: radial-gradient(circle at 50% 45%, rgba(62, 210, 167, 0.28) 0%, rgba(23, 104, 212, 0.16) 45%, transparent 72%);
    pointer-events: none;
}

.en-hero.is-motion-active .en-hero__product-wrap img,
.en-hero.is-motion-active .en-hero__bubble,
.en-hero.is-motion-active .en-hero__scroll i::after {
    animation-play-state: running;
}

.en-hero__visual-glow {
    display: none;
}

.en-hero__orbit {
    display: none;
}

.en-hero__product-wrap {
    position: relative;
    z-index: 3;
    width: min(92%, 560px);
    transform: none;
    transition: none;
}

.en-hero__product-wrap img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 18px rgba(40, 66, 91, 0.16));
    animation: en-hero-product-float 7s ease-in-out infinite;
    animation-play-state: paused;
}

.en-hero__float-card {
    display: none;
}

.en-hero__bubbles {
    position: absolute;
    z-index: 1;
    inset: -4% -7%;
    display: block;
    overflow: visible;
    pointer-events: none;
    transform: translate3d(
        var(--en-parallax-x-inverse),
        var(--en-parallax-y-inverse),
        0
    );
    transform-origin: center;
    transition: transform 0.28s ease-out;
}

.en-hero__bubble {
    position: absolute;
    display: block;
    width: var(--en-bubble-size);
    height: var(--en-bubble-size);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.22), 0 0 12px rgba(94, 177, 255, 0.12);
    opacity: var(--en-bubble-opacity, 0.72);
    animation: en-hero-bubble-drift var(--en-bubble-duration, 12s) ease-in-out infinite;
    animation-delay: var(--en-bubble-delay, 0s);
    animation-play-state: paused;
}

.en-hero.is-motion-active .en-hero__bubbles {
    will-change: transform;
}

.en-hero.is-motion-active .en-hero__bubble {
    will-change: transform, opacity;
}

.en-hero__bubble::after {
    content: "";
    position: absolute;
    top: 18%;
    left: 22%;
    width: 20%;
    height: 20%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
}

.en-hero__bubble:nth-child(1) {
    top: 9%;
    left: 8%;
    --en-bubble-size: 18px;
    --en-bubble-duration: 9.5s;
    --en-bubble-delay: -4.8s;
    --en-bubble-drift-x: 7px;
    --en-bubble-drift-y: -13px;
    --en-bubble-scale: 1.06;
}

.en-hero__bubble:nth-child(2) {
    top: 2%;
    left: 25%;
    --en-bubble-size: 48px;
    --en-bubble-duration: 13.4s;
    --en-bubble-delay: -8.1s;
    --en-bubble-drift-x: -9px;
    --en-bubble-drift-y: 15px;
    --en-bubble-scale: 0.96;
    --en-bubble-opacity: 0.64;
}

.en-hero__bubble:nth-child(3) {
    top: 10%;
    right: 5%;
    --en-bubble-size: 82px;
    --en-bubble-duration: 14.8s;
    --en-bubble-delay: -2.6s;
    --en-bubble-drift-x: -13px;
    --en-bubble-drift-y: -10px;
    --en-bubble-scale: 1.04;
    --en-bubble-opacity: 0.56;
}

.en-hero__bubble:nth-child(4) {
    top: 34%;
    right: 0;
    --en-bubble-size: 30px;
    --en-bubble-duration: 10.8s;
    --en-bubble-delay: -6.2s;
    --en-bubble-drift-x: 6px;
    --en-bubble-drift-y: 16px;
    --en-bubble-scale: 0.94;
}

.en-hero__bubble:nth-child(5) {
    top: 46%;
    left: 1%;
    --en-bubble-size: 10px;
    --en-bubble-duration: 8.2s;
    --en-bubble-delay: -1.3s;
    --en-bubble-drift-x: 11px;
    --en-bubble-drift-y: -12px;
    --en-bubble-scale: 1.12;
    --en-bubble-opacity: 0.78;
}

.en-hero__bubble:nth-child(6) {
    bottom: 10%;
    left: 7%;
    --en-bubble-size: 58px;
    --en-bubble-duration: 14.1s;
    --en-bubble-delay: -10.5s;
    --en-bubble-drift-x: -8px;
    --en-bubble-drift-y: -17px;
    --en-bubble-scale: 1.03;
    --en-bubble-opacity: 0.6;
}

.en-hero__bubble:nth-child(7) {
    right: 14%;
    bottom: 1%;
    --en-bubble-size: 96px;
    --en-bubble-duration: 15s;
    --en-bubble-delay: -7.3s;
    --en-bubble-drift-x: 12px;
    --en-bubble-drift-y: -12px;
    --en-bubble-scale: 0.97;
    --en-bubble-opacity: 0.5;
}

.en-hero__bubble:nth-child(8) {
    right: 1%;
    bottom: 12%;
    --en-bubble-size: 24px;
    --en-bubble-duration: 9.8s;
    --en-bubble-delay: -3.9s;
    --en-bubble-drift-x: -8px;
    --en-bubble-drift-y: 13px;
    --en-bubble-scale: 1.08;
}

.en-hero__bubble:nth-child(9) {
    top: 0;
    right: 34%;
    --en-bubble-size: 38px;
    --en-bubble-duration: 12.2s;
    --en-bubble-delay: -9.7s;
    --en-bubble-drift-x: 10px;
    --en-bubble-drift-y: 11px;
    --en-bubble-scale: 0.95;
    --en-bubble-opacity: 0.66;
}

.en-hero__bubble:nth-child(10) {
    right: 2%;
    bottom: 31%;
    --en-bubble-size: 12px;
    --en-bubble-duration: 8.8s;
    --en-bubble-delay: -5.4s;
    --en-bubble-drift-x: -6px;
    --en-bubble-drift-y: -15px;
    --en-bubble-scale: 1.1;
}

.en-hero__bubble:nth-child(11) {
    bottom: -1%;
    left: 34%;
    --en-bubble-size: 68px;
    --en-bubble-duration: 13.8s;
    --en-bubble-delay: -11.2s;
    --en-bubble-drift-x: 13px;
    --en-bubble-drift-y: -9px;
    --en-bubble-scale: 1.02;
    --en-bubble-opacity: 0.55;
}

.en-hero__bubble:nth-child(12) {
    top: 23%;
    left: 0;
    --en-bubble-size: 20px;
    --en-bubble-duration: 11.3s;
    --en-bubble-delay: -6.8s;
    --en-bubble-drift-x: -5px;
    --en-bubble-drift-y: 14px;
    --en-bubble-scale: 0.93;
}

.en-hero__bubble:nth-child(13) {
    top: 18%;
    left: 17%;
    --en-bubble-size: 14px;
    --en-bubble-duration: 10.6s;
    --en-bubble-delay: -7.1s;
    --en-bubble-drift-x: 9px;
    --en-bubble-drift-y: -14px;
    --en-bubble-scale: 1.05;
}

.en-hero__bubble:nth-child(14) {
    right: 20%;
    bottom: 8%;
    --en-bubble-size: 54px;
    --en-bubble-duration: 15.7s;
    --en-bubble-delay: -12.4s;
    --en-bubble-drift-x: -11px;
    --en-bubble-drift-y: 12px;
    --en-bubble-scale: 0.96;
    --en-bubble-opacity: 0.58;
}

.en-hero__bubble:nth-child(15) {
    top: 4%;
    right: 8%;
    --en-bubble-size: 26px;
    --en-bubble-duration: 11.8s;
    --en-bubble-delay: -3.2s;
    --en-bubble-drift-x: 7px;
    --en-bubble-drift-y: -16px;
    --en-bubble-scale: 1.08;
}

.en-hero__bubble:nth-child(16) {
    bottom: 20%;
    left: 22%;
    --en-bubble-size: 76px;
    --en-bubble-duration: 17.2s;
    --en-bubble-delay: -14.1s;
    --en-bubble-drift-x: -14px;
    --en-bubble-drift-y: -9px;
    --en-bubble-scale: 0.94;
    --en-bubble-opacity: 0.5;
}

.en-hero__bubble:nth-child(17) {
    top: 42%;
    right: 27%;
    --en-bubble-size: 11px;
    --en-bubble-duration: 10.1s;
    --en-bubble-delay: -5.8s;
    --en-bubble-drift-x: 12px;
    --en-bubble-drift-y: 13px;
    --en-bubble-scale: 1.12;
    --en-bubble-opacity: 0.76;
}

.en-hero__bubble:nth-child(18) {
    bottom: 3%;
    left: 46%;
    --en-bubble-size: 42px;
    --en-bubble-duration: 14.4s;
    --en-bubble-delay: -9.3s;
    --en-bubble-drift-x: -8px;
    --en-bubble-drift-y: -15px;
    --en-bubble-scale: 1.02;
    --en-bubble-opacity: 0.62;
}

.en-hero__bubble:nth-child(19) {
    top: 25%;
    left: 39%;
    --en-bubble-size: 20px;
    --en-bubble-duration: 12.5s;
    --en-bubble-delay: -10.7s;
    --en-bubble-drift-x: 10px;
    --en-bubble-drift-y: 10px;
    --en-bubble-scale: 0.97;
}

.en-hero__bubble:nth-child(20) {
    right: 4%;
    bottom: 26%;
    --en-bubble-size: 64px;
    --en-bubble-duration: 16.3s;
    --en-bubble-delay: -6.6s;
    --en-bubble-drift-x: -12px;
    --en-bubble-drift-y: -11px;
    --en-bubble-scale: 1.04;
    --en-bubble-opacity: 0.54;
}

@keyframes en-hero-bubble-drift {
    0%, 100% {
        opacity: 0.5;
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        opacity: var(--en-bubble-opacity, 0.72);
        transform: translate3d(
            var(--en-bubble-drift-x, 8px),
            var(--en-bubble-drift-y, -12px),
            0
        ) scale(var(--en-bubble-scale, 1.04));
    }
}

@keyframes en-hero-bubble-rise {
    0% {
        opacity: 0;
        transform: translate3d(0, 80px, 0) scale(0.88);
    }
    12% {
        opacity: var(--en-bubble-opacity, 0.72);
        transform: translate3d(0, 0, 0) scale(0.96);
    }
    55% {
        opacity: var(--en-bubble-opacity, 0.72);
        transform: translate3d(var(--en-bubble-drift-x, 8px), -320px, 0) scale(1);
    }
    88% {
        opacity: var(--en-bubble-opacity, 0.72);
        transform: translate3d(0, -555px, 0) scale(var(--en-bubble-scale, 1.04));
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -650px, 0) scale(0.94);
    }
}

@media (min-width: 601px) {
    .en-hero__bubbles > .en-hero__bubble {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        animation-name: en-hero-bubble-rise;
        animation-timing-function: linear;
    }

    .en-hero__bubble:nth-child(1) {
        bottom: -72px;
        left: 3%;
        --en-bubble-size: 14px;
        --en-bubble-duration: 10.8s;
        --en-bubble-delay: -8.6s;
        --en-bubble-drift-x: 12px;
        --en-bubble-scale: 1.04;
        --en-bubble-opacity: 0.72;
    }

    .en-hero__bubble:nth-child(2) {
        bottom: -106px;
        left: 10%;
        --en-bubble-size: 44px;
        --en-bubble-duration: 15.6s;
        --en-bubble-delay: -3.1s;
        --en-bubble-drift-x: -16px;
        --en-bubble-scale: 0.97;
        --en-bubble-opacity: 0.58;
    }

    .en-hero__bubble:nth-child(3) {
        bottom: -58px;
        left: 17%;
        --en-bubble-size: 72px;
        --en-bubble-duration: 17.4s;
        --en-bubble-delay: -13.7s;
        --en-bubble-drift-x: 18px;
        --en-bubble-scale: 1.03;
        --en-bubble-opacity: 0.48;
    }

    .en-hero__bubble:nth-child(4) {
        bottom: -92px;
        left: 24%;
        --en-bubble-size: 28px;
        --en-bubble-duration: 12.9s;
        --en-bubble-delay: -6.4s;
        --en-bubble-drift-x: -11px;
        --en-bubble-scale: 1.06;
        --en-bubble-opacity: 0.7;
    }

    .en-hero__bubble:nth-child(5) {
        bottom: -42px;
        left: 30%;
        --en-bubble-size: 10px;
        --en-bubble-duration: 10.2s;
        --en-bubble-delay: -1.2s;
        --en-bubble-drift-x: 9px;
        --en-bubble-scale: 1.1;
        --en-bubble-opacity: 0.78;
    }

    .en-hero__bubble:nth-child(6) {
        bottom: -118px;
        left: 37%;
        --en-bubble-size: 58px;
        --en-bubble-duration: 16.8s;
        --en-bubble-delay: -10.5s;
        --en-bubble-drift-x: -19px;
        --en-bubble-scale: 0.95;
        --en-bubble-opacity: 0.52;
    }

    .en-hero__bubble:nth-child(7) {
        bottom: -76px;
        left: 45%;
        --en-bubble-size: 22px;
        --en-bubble-duration: 11.7s;
        --en-bubble-delay: -9.4s;
        --en-bubble-drift-x: 14px;
        --en-bubble-scale: 1.08;
        --en-bubble-opacity: 0.7;
    }

    .en-hero__bubble:nth-child(8) {
        bottom: -100px;
        left: 52%;
        --en-bubble-size: 80px;
        --en-bubble-duration: 17.9s;
        --en-bubble-delay: -4.8s;
        --en-bubble-drift-x: -15px;
        --en-bubble-scale: 0.96;
        --en-bubble-opacity: 0.46;
    }

    .en-hero__bubble:nth-child(9) {
        bottom: -52px;
        left: 59%;
        --en-bubble-size: 34px;
        --en-bubble-duration: 14.1s;
        --en-bubble-delay: -12.2s;
        --en-bubble-drift-x: 17px;
        --en-bubble-scale: 1.02;
        --en-bubble-opacity: 0.62;
    }

    .en-hero__bubble:nth-child(10) {
        bottom: -88px;
        left: 66%;
        --en-bubble-size: 12px;
        --en-bubble-duration: 10.5s;
        --en-bubble-delay: -5.6s;
        --en-bubble-drift-x: -8px;
        --en-bubble-scale: 1.1;
        --en-bubble-opacity: 0.78;
    }

    .en-hero__bubble:nth-child(11) {
        bottom: -112px;
        left: 73%;
        --en-bubble-size: 62px;
        --en-bubble-duration: 16.1s;
        --en-bubble-delay: -8.1s;
        --en-bubble-drift-x: 20px;
        --en-bubble-scale: 0.98;
        --en-bubble-opacity: 0.5;
    }

    .en-hero__bubble:nth-child(12) {
        bottom: -64px;
        left: 80%;
        --en-bubble-size: 20px;
        --en-bubble-duration: 12.2s;
        --en-bubble-delay: -2.7s;
        --en-bubble-drift-x: -12px;
        --en-bubble-scale: 1.06;
        --en-bubble-opacity: 0.72;
    }

    .en-hero__bubble:nth-child(13) {
        bottom: -96px;
        left: 87%;
        --en-bubble-size: 50px;
        --en-bubble-duration: 15.2s;
        --en-bubble-delay: -14.4s;
        --en-bubble-drift-x: 13px;
        --en-bubble-scale: 0.96;
        --en-bubble-opacity: 0.56;
    }

    .en-hero__bubble:nth-child(14) {
        bottom: -48px;
        left: 94%;
        --en-bubble-size: 16px;
        --en-bubble-duration: 11.2s;
        --en-bubble-delay: -7.3s;
        --en-bubble-drift-x: -9px;
        --en-bubble-scale: 1.08;
        --en-bubble-opacity: 0.74;
    }

    .en-hero__bubble:nth-child(15) {
        bottom: -122px;
        left: 6%;
        --en-bubble-size: 76px;
        --en-bubble-duration: 17.7s;
        --en-bubble-delay: -16.2s;
        --en-bubble-drift-x: -18px;
        --en-bubble-scale: 0.94;
        --en-bubble-opacity: 0.45;
    }

    .en-hero__bubble:nth-child(16) {
        bottom: -68px;
        left: 20%;
        --en-bubble-size: 26px;
        --en-bubble-duration: 13.4s;
        --en-bubble-delay: -11.1s;
        --en-bubble-drift-x: 15px;
        --en-bubble-scale: 1.05;
        --en-bubble-opacity: 0.68;
    }

    .en-hero__bubble:nth-child(17) {
        bottom: -104px;
        left: 34%;
        --en-bubble-size: 11px;
        --en-bubble-duration: 10.4s;
        --en-bubble-delay: -4.2s;
        --en-bubble-drift-x: -10px;
        --en-bubble-scale: 1.12;
        --en-bubble-opacity: 0.8;
    }

    .en-hero__bubble:nth-child(18) {
        bottom: -56px;
        left: 55%;
        --en-bubble-size: 46px;
        --en-bubble-duration: 14.7s;
        --en-bubble-delay: -9.6s;
        --en-bubble-drift-x: 16px;
        --en-bubble-scale: 0.99;
        --en-bubble-opacity: 0.57;
    }

    .en-hero__bubble:nth-child(19) {
        bottom: -116px;
        left: 70%;
        --en-bubble-size: 18px;
        --en-bubble-duration: 11.5s;
        --en-bubble-delay: -10.8s;
        --en-bubble-drift-x: -13px;
        --en-bubble-scale: 1.07;
        --en-bubble-opacity: 0.74;
    }

    .en-hero__bubble:nth-child(20) {
        bottom: -80px;
        left: 89%;
        --en-bubble-size: 66px;
        --en-bubble-duration: 16.5s;
        --en-bubble-delay: -6.8s;
        --en-bubble-drift-x: 19px;
        --en-bubble-scale: 0.95;
        --en-bubble-opacity: 0.48;
    }
}

.en-hero__scroll {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--en-font-en);
    font-size: 0.59rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.en-hero__scroll i {
    position: relative;
    width: 1px;
    height: 34px;
    display: block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.25);
}

.en-hero__scroll i::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #5EB1FF;
    transform: translateY(-100%);
    animation: en-hero-scroll-line 2s ease-in-out infinite;
    animation-play-state: paused;
}

@keyframes en-hero-product-float {
    0%, 100% { transform: translate3d(0, -2px, 0); }
    50% { transform: translate3d(0, 6px, 0); }
}

@keyframes en-hero-scroll-line {
    0% { transform: translateY(-100%); }
    48%, 58% { transform: translateY(0); }
    100% { transform: translateY(100%); }
}

@media (max-width: 980px) {
    .en-hero {
        min-height: auto;
    }

    .en-hero__inner {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .en-hero__copy {
        max-width: 650px;
    }

    .en-hero__visual {
        min-height: 480px;
    }

    .en-hero__scroll {
        display: none;
    }
}

@media (max-width: 600px) {
    .en-hero {
        padding-top: calc(var(--en-header-h) + 24px);
    }

    .en-hero__inner {
        gap: 34px;
    }

    .en-hero__title {
        font-size: clamp(1.35rem, 7.25vw, 3.1rem);
        line-height: 1.28;
    }

    .en-hero__signals {
        gap: 14px 20px;
        margin-top: 32px;
    }

    .en-hero__visual {
        min-height: 330px;
    }

    .en-hero__bubbles {
        inset: 8% 2%;
        transform: translate3d(
            var(--en-parallax-x-inverse),
            var(--en-parallax-y-inverse),
            0
        ) scale(0.82);
    }

    .en-hero__bubble:nth-child(n + 9) {
        display: none;
    }

}

/* ==========================================================================
   Development story
   ========================================================================== */

.en-development-story {
    position: relative;
    scroll-margin-top: var(--en-header-h);
    padding: 132px 24px;
    overflow: hidden;
    overflow: clip;
    background: #FFFFFF;
    border-top: 1px solid var(--en-border);
    border-bottom: 1px solid var(--en-border);
}

.en-development-story::before {
    content: none;
}

.en-development-story__intro,
.en-development-story__brief,
.en-development-story__journey,
.en-development-story__technology,
.en-development-story__validation,
.en-development-story__quality,
.en-development-story__complete {
    position: relative;
    max-width: var(--en-max);
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
}

.en-development-story__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 72px;
    align-items: center;
}

.en-development-story__heading h2 {
    margin: 0 0 28px;
    color: var(--en-heading);
    font-size: clamp(1.9rem, 3.2vw, 2.5rem);
    line-height: 1.42;
    font-weight: 900;
    letter-spacing: 0.015em;
}

.en-development-story__manifesto {
    margin: 0;
    padding: 16px 0 16px 20px;
    border-left: 3px solid var(--en-cyan);
    color: var(--en-heading);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 2;
}

.en-development-story__intro-copy {
    margin: 22px 0 0;
    color: var(--en-text-muted);
    font-size: 0.92rem;
    line-height: 2;
}

.en-development-story__source-note {
    margin: 14px 0 0;
    color: var(--en-text-faint);
    font-size: 0.68rem;
    line-height: 1.75;
}

.en-development-story__whole-house {
    margin: 0;
    padding: 28px 28px 20px;
    overflow: hidden;
    border: 1px solid var(--en-border);
    border-radius: 6px;
    background: #F3F6F9;
    box-shadow: none;
}

.en-development-story__whole-house img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    transition: opacity 0.5s var(--en-ease);
}

.en-effects-ready .en-development-story__whole-house img {
    transform: none;
    opacity: 0.92;
}

.en-effects-ready .en-development-story__whole-house.is-visible img {
    transform: none;
    opacity: 1;
    animation: en-whole-house-float 6s ease-in-out 0.6s infinite alternate;
}

@keyframes en-whole-house-float {
    from { transform: translateY(0); }
    to { transform: translateY(-5px); }
}

.en-development-story__whole-house figcaption {
    max-width: 480px;
    margin: 12px auto 0;
    color: #475569;
    font-size: 0.75rem;
    line-height: 1.7;
    text-align: center;
    transition: opacity 0.6s var(--en-ease) 0.3s;
}

.en-effects-ready .en-development-story__whole-house figcaption {
    opacity: 0;
}

.en-effects-ready .en-development-story__whole-house.is-visible figcaption {
    opacity: 1;
}

.en-development-story__section-head {
    max-width: 760px;
}

.en-development-story__section-head h3 {
    position: relative;
    margin: 0 0 16px;
    color: var(--en-heading);
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    font-weight: 850;
    line-height: 1.48;
    letter-spacing: 0.01em;
}

/* Replaces the parent theme's stray left-anchored underline (reset above)
   with a short accent bar in the same tone as the timeline h4 accent line,
   aligned left by default and centered wherever the head itself is centered. */
.en-development-story__section-head h3::after {
    content: "";
    display: block;
    /* Lightning's h3::after is position:absolute; left:0 — neutralize it or margin auto can't center the bar. */
    position: static;
    left: auto;
    width: 56px;
    height: 3px;
    margin: 18px 0 0;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--en-cyan), var(--en-green));
    transform: scaleX(1);
    transform-origin: left center;
}

.en-effects-ready .en-development-story__section-head h3::after {
    transform: scaleX(0);
}

.en-effects-ready .en-development-story__section-head.is-visible h3::after {
    transform: scaleX(1);
    transition: transform 0.6s var(--en-ease) 0.15s;
}

.en-development-story__section-head > p:last-child {
    margin: 0;
    color: var(--en-text-muted);
    font-size: 0.92rem;
    line-height: 1.95;
}

/* Full-bleed color band: breaks out of the max-width container to the true
   viewport edge regardless of nesting, then re-adds a gutter that matches
   the container's own centering so the content lines up with everything
   else. .en-development-story already has overflow:clip and .enesma-body
   has overflow-x:hidden as belt-and-braces against any sub-pixel scrollbar
   rounding, so this never introduces horizontal scroll. */
.en-development-story__brief {
    max-width: none;
    margin-top: 112px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 96px max(24px, calc(50vw - var(--en-max) / 2));
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #EDF4FB 0%, #F6FAFD 100%);
    box-shadow: none;
}

.en-development-story__brief-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
}

.en-development-story__brief-item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 32px 28px;
    border-radius: var(--en-radius);
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(16, 33, 59, 0.04), 0 8px 20px rgba(16, 33, 59, 0.05);
    overflow: hidden;
    transition: opacity 0.5s var(--en-ease), transform 0.5s var(--en-ease), box-shadow 0.3s var(--en-ease);
    transition-delay: var(--en-reveal-delay, 0ms);
}

.en-development-story__brief-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 3px;
    background: linear-gradient(90deg, var(--en-cyan), var(--en-green));
    transform: translateX(-50%);
    transition: width 0.4s var(--en-ease);
}

.en-development-story__brief-item:hover,
.en-development-story__brief-item:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(16, 33, 59, 0.1);
}

.en-development-story__brief-item:hover::before,
.en-development-story__brief-item:focus-within::before {
    width: 100%;
}

.en-development-story__brief-number {
    display: block;
    margin-bottom: 6px;
    font-family: var(--en-font-en);
    font-size: clamp(2.2rem, 3vw, 2.6rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, var(--en-cyan), var(--en-green));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.en-development-story__brief-issue > span,
.en-development-story__brief-answer > span {
    display: block;
    margin-bottom: 7px;
    color: var(--en-text-faint);
    font-family: var(--en-font-en);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.en-development-story__brief-issue h4 {
    margin: 0;
    color: var(--en-heading);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.55;
    word-break: keep-all;
}

.en-development-story__brief-arrow {
    width: 26px;
    height: 26px;
    margin: 16px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 104, 212, 0.16);
    border-radius: 4px;
    background: #F1F5F9;
    color: var(--en-cyan);
    transform: rotate(90deg);
}

.en-development-story__brief-arrow svg {
    width: 13px;
    height: 13px;
}

.en-development-story__brief-answer p {
    margin: 0;
    color: var(--en-text-muted);
    font-size: 0.84rem;
    line-height: 1.9;
}

.en-development-story__journey {
    margin-top: 120px;
}

.en-development-story__section-head--journey {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.en-development-story__section-head--journey h3::after {
    margin-left: auto;
    margin-right: auto;
}

.en-development-story__timeline {
    position: relative;
    max-width: 980px;
    margin: 64px auto 0;
    padding: 0;
    list-style: none;
}

/* Signature "water vein" line: a static track plus a scroll-filled gradient,
   both anchored to the timeline-item grid (150px stage column + 38px gap). */
.en-development-story__timeline::before,
.en-development-story__timeline::after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: calc(150px + 38px);
    width: 1px;
    transform: translateX(-50%);
}

.en-development-story__timeline::before {
    background: rgba(23, 104, 212, 0.14);
}

.en-development-story__timeline::after {
    width: 2px;
    background: linear-gradient(180deg, var(--en-cyan), var(--en-green));
    transform: translateX(-50%) scaleY(var(--en-journey-progress, 0));
    transform-origin: top center;
}

.en-development-story__timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 38px;
    min-width: 0;
}

.en-development-story__timeline-stage {
    padding-top: 4px;
    text-align: right;
}

.en-development-story__timeline-stage > span {
    display: block;
    color: #C9D4E4;
    font-family: var(--en-font-en);
    font-size: clamp(2.6rem, 3.4vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    transition: color 0.4s var(--en-ease);
}

.en-development-story__timeline-item.is-passed .en-development-story__timeline-stage > span {
    color: var(--en-cyan);
    background: linear-gradient(135deg, var(--en-cyan), var(--en-green));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.en-development-story__timeline-stage > small {
    display: block;
    margin-top: 8px;
    color: var(--en-text-faint);
    font-family: var(--en-font-en);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-transform: uppercase;
}

.en-development-story__timeline-content {
    position: relative;
    min-width: 0;
    padding: 0 0 72px 52px;
}

.en-development-story__timeline-content::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -7.5px;
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #C9D4E4;
    box-shadow: 0 0 0 1px rgba(23, 104, 212, 0.16);
    transition: background 0.4s var(--en-ease), box-shadow 0.4s var(--en-ease);
}

.en-development-story__timeline-item.is-passed .en-development-story__timeline-content::before {
    background: linear-gradient(135deg, var(--en-cyan), var(--en-green));
    box-shadow: 0 0 0 1px rgba(14, 128, 101, 0.24);
}

/* Ripple: only the currently active item's dot pulses. */
.en-development-story__timeline-item.is-active .en-development-story__timeline-content::after {
    content: "";
    position: absolute;
    top: 8px;
    left: -7.5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    animation: en-timeline-ripple 2s var(--en-ease) infinite;
    pointer-events: none;
}

@keyframes en-timeline-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(23, 104, 212, 0.35);
        opacity: 1;
    }
    70% {
        opacity: 0.35;
    }
    100% {
        box-shadow: 0 0 0 16px rgba(23, 104, 212, 0);
        opacity: 0;
    }
}

.en-development-story__timeline-item:last-child .en-development-story__timeline-content {
    padding-bottom: 0;
}

.en-development-story__timeline-content h4 {
    position: relative;
    margin: 0 0 14px;
    padding-top: 20px;
    color: var(--en-heading);
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    font-weight: 800;
    line-height: 1.55;
    overflow-wrap: break-word;
    text-wrap: balance;
    word-break: keep-all;
}

.en-development-story__timeline-content h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--en-cyan), var(--en-green));
    transform: scaleX(0);
    transform-origin: left center;
}

.en-effects-ready .en-development-story__timeline-item.is-visible .en-development-story__timeline-content h4::before {
    transform: scaleX(1);
    transition: transform 0.6s var(--en-ease) 0.15s;
}

.en-development-story__timeline-content p {
    max-width: 720px;
    margin: 0;
    color: var(--en-text-muted);
    font-size: 0.9rem;
    line-height: 2;
}

.en-development-story__timeline-fact {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    padding: 8px 14px 8px 24px;
    border: 1px solid rgba(23, 104, 212, 0.25);
    border-radius: 999px;
    background: #FFFFFF;
    color: var(--en-cyan);
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 4px 14px rgba(16, 33, 59, 0.08);
}

.en-development-story__timeline-fact::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--en-cyan), var(--en-green));
    transform: translateY(-50%);
}

/* No-JS fallback: show the journey as fully completed instead of an empty line. */
html.en-no-js .en-development-story__timeline::after {
    transform: translateX(-50%) scaleY(1);
}

html.en-no-js .en-development-story__timeline-stage > span {
    color: var(--en-cyan);
    background: linear-gradient(135deg, var(--en-cyan), var(--en-green));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

html.en-no-js .en-development-story__timeline-content::before {
    background: linear-gradient(135deg, var(--en-cyan), var(--en-green));
    box-shadow: 0 0 0 1px rgba(14, 128, 101, 0.24);
}

.en-development-story__timeline-note {
    display: block;
    max-width: 720px;
    margin-top: 12px;
    color: var(--en-text-faint);
    font-size: 0.68rem;
    line-height: 1.75;
}

.en-development-story__technology {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 56px;
    align-items: center;
    margin-top: 112px;
    padding: 56px;
    border: 1px solid var(--en-border);
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: none;
}

.en-development-story__technology-media {
    margin: 0;
    padding: 28px 22px;
    border-radius: var(--en-radius);
    border: 1px solid var(--en-border);
    background: #F3F6F9;
}

.en-development-story__technology-media img {
    width: 100%;
    aspect-ratio: 2.17 / 1;
    object-fit: contain;
}

.en-development-story__technology-copy h3 {
    margin: 0 0 18px;
    color: var(--en-heading);
    font-size: clamp(1.35rem, 2.4vw, 1.8rem);
    line-height: 1.55;
    font-weight: 800;
}

.en-development-story__technology-copy > p:not(.en-eyebrow) {
    margin: 0 0 26px;
    color: var(--en-text-muted);
    font-size: 0.9rem;
    line-height: 1.95;
}

.en-development-story__mechanism {
    margin: 28px 0 0;
    padding: 0;
    border-top: 1px solid var(--en-border);
    list-style: none;
}

.en-development-story__mechanism li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 2px;
    border-bottom: 1px solid var(--en-border);
}

.en-development-story__mechanism span {
    flex: 0 0 auto;
    color: var(--en-cyan);
    font-family: var(--en-font-en);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.en-development-story__mechanism strong {
    color: var(--en-heading);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.6;
}

.en-development-story__validation {
    position: relative;
    isolation: isolate;
    margin-top: 112px;
    padding: 72px 56px;
    border: 0;
    border-radius: 6px;
    background: #0B1F33;
    overflow: hidden;
}

.en-development-story__validation-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.en-development-story__validation-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.en-development-story__validation-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 18, 38, 0.86) 0%, rgba(8, 22, 42, 0.9) 100%);
}

.en-development-story__validation-inner {
    position: relative;
    z-index: 1;
}

.en-development-story__validation .en-development-story__section-head {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.en-development-story__validation .en-development-story__section-head h3::after {
    margin-left: auto;
    margin-right: auto;
}

.en-development-story__validation .en-eyebrow {
    color: #5EB1FF;
}

.en-development-story__validation .en-development-story__section-head h3 {
    color: #fff;
}

.en-development-story__validation .en-development-story__section-head > p:last-child {
    color: rgba(255, 255, 255, 0.78);
}

.en-development-story__validation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 42px 0 0;
}

.en-development-story__validation-grid > div {
    position: relative;
    min-width: 0;
    padding: 28px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--en-radius);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-align: center;
    box-shadow: none;
    overflow: hidden;
}

.en-development-story__validation-grid > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--en-cyan), var(--en-green));
}

.en-development-story__validation-grid dt {
    margin-bottom: 14px;
    color: #5EB1FF;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.en-development-story__validation-grid dd {
    margin: 0;
    color: #fff;
    font-family: var(--en-font-en);
    white-space: nowrap;
}

.en-development-story__validation-grid dd strong {
    font-size: clamp(1.9rem, 3.4vw, 2.3rem);
    font-weight: 800;
    letter-spacing: -0.025em;
}

.en-development-story__validation-grid dd span {
    margin-left: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    font-weight: 700;
}

.en-development-story__validation-note {
    position: relative;
    z-index: 1;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    line-height: 1.7;
    text-align: center;
}

.en-development-story__quality-note {
    margin: 22px 0 0;
    color: var(--en-text-faint);
    font-size: 0.72rem;
    line-height: 1.7;
    text-align: center;
}

.en-development-story__quality {
    margin-top: 112px;
}

.en-development-story__quality .en-development-story__section-head {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.en-development-story__quality .en-development-story__section-head h3::after {
    margin-left: auto;
    margin-right: auto;
}

.en-development-story__quality-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 46px 0 0;
    padding: 0;
    list-style: none;
}

.en-development-story__quality-item {
    position: relative;
    min-width: 0;
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 26px 24px;
    border: 0;
    border-radius: var(--en-radius);
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 33, 59, 0.04), 0 8px 20px rgba(16, 33, 59, 0.05);
    text-align: center;
    overflow: hidden;
    transition: opacity 0.5s var(--en-ease), transform 0.5s var(--en-ease), box-shadow 0.3s var(--en-ease);
    transition-delay: var(--en-reveal-delay, 0ms);
}

.en-development-story__quality-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 3px;
    background: linear-gradient(90deg, var(--en-cyan), var(--en-green));
    transform: translateX(-50%);
    transition: width 0.4s var(--en-ease);
}

.en-development-story__quality-item:hover,
.en-development-story__quality-item:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(16, 33, 59, 0.1);
}

.en-development-story__quality-item:hover::before,
.en-development-story__quality-item:focus-within::before {
    width: 100%;
}

.en-development-story__quality-item strong {
    display: inline-block;
    font-family: var(--en-font-en);
    font-size: clamp(1.3rem, 2.6vw, 1.5rem);
    font-weight: 800;
    line-height: 1.4;
    /* background-image longhand only — the `background` shorthand would reset background-clip and paint the whole box. */
    background-image: linear-gradient(135deg, var(--en-navy), var(--en-navy));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.en-development-story__quality-item:hover strong,
.en-development-story__quality-item:focus-within strong {
    background-image: linear-gradient(135deg, var(--en-navy), var(--en-cyan));
}

.en-development-story__quality-item span {
    color: var(--en-text-muted);
    font-size: 0.78rem;
    line-height: 1.65;
}

.en-development-story__complete {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 56px;
    align-items: center;
    margin-top: 112px;
    padding: 56px;
    border: 1px solid var(--en-border);
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

.en-development-story__complete-media {
    min-width: 0;
    min-height: 300px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 42px 28px;
    border-radius: var(--en-radius);
    border: 1px solid var(--en-border);
    background: #F3F6F9;
}

.en-development-story__complete-media img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 14px 14px rgba(40, 66, 91, 0.14));
}

.en-development-story__complete-copy {
    min-width: 0;
}

.en-development-story__complete-copy h3 {
    margin: 0 0 20px;
    color: var(--en-heading);
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    font-weight: 850;
    line-height: 1.5;
}

.en-development-story__complete-copy > p:not(.en-eyebrow) {
    margin: 0;
    color: var(--en-text-muted);
    font-size: 0.92rem;
    line-height: 2;
}

.en-development-story__complete-copy > p.en-development-story__complete-note {
    margin-top: 12px;
    color: var(--en-text-faint);
    font-size: 0.7rem;
    line-height: 1.7;
}

.en-development-story__complete-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 960px) {
    .en-development-story__intro,
    .en-development-story__technology,
    .en-development-story__complete {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .en-development-story__technology {
        padding: 40px;
    }

    .en-development-story__quality-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .en-development-story__brief-list {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .en-development-story__timeline::before,
    .en-development-story__timeline::after {
        left: 7px;
    }

    .en-development-story__timeline-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .en-development-story__timeline-stage {
        display: flex;
        align-items: baseline;
        gap: 12px;
        padding: 0 0 0 36px;
        text-align: left;
    }

    .en-development-story__timeline-stage > span,
    .en-development-story__timeline-stage > small {
        display: inline-block;
        margin-top: 0;
    }

    .en-development-story__timeline-stage > span {
        font-size: 1.9rem;
    }

    .en-development-story__timeline-content {
        margin-left: 7px;
        padding-left: 42px;
    }
}

@media (max-width: 680px) {
    .en-development-story {
        padding: 92px 20px;
    }

    .en-development-story__heading h2 {
        font-size: clamp(1.15rem, 6.8vw, 1.8rem);
        line-height: 1.48;
    }

    .en-development-story__manifesto {
        padding-left: 16px;
        font-size: 0.94rem;
    }

    .en-development-story__whole-house {
        padding: 20px 14px 16px;
        border-radius: var(--en-radius);
    }

    .en-development-story__brief,
    .en-development-story__journey,
    .en-development-story__technology,
    .en-development-story__validation,
    .en-development-story__quality,
    .en-development-story__complete {
        margin-top: 76px;
    }

    .en-development-story__brief {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .en-development-story__section-head h3 {
        font-size: clamp(1.3rem, 6.6vw, 1.8rem);
    }

    .en-development-story__brief-list {
        margin-top: 34px;
        gap: 16px;
    }

    .en-development-story__brief-item {
        padding: 26px 22px;
    }

    .en-development-story__timeline {
        margin-top: 46px;
    }

    .en-development-story__timeline-stage {
        padding-left: 30px;
    }

    .en-development-story__timeline-stage > span {
        font-size: 1.5rem;
    }

    .en-development-story__timeline-content {
        padding: 0 0 56px 30px;
    }

    .en-development-story__timeline-content h4 {
        padding-top: 16px;
        font-size: clamp(1.12rem, 5.8vw, 1.45rem);
    }

    .en-development-story__technology {
        gap: 30px;
        padding: 26px 20px;
        border-radius: var(--en-radius);
    }

    .en-development-story__technology-media {
        padding: 22px 12px;
    }

    .en-development-story__technology-copy h3 {
        font-size: clamp(0.95rem, 5.35vw, 1.35rem);
        white-space: nowrap;
    }

    .en-development-story__validation {
        padding: 32px 20px;
        border-radius: var(--en-radius);
    }

    .en-development-story__validation-grid {
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .en-development-story__quality-grid {
        margin-top: 34px;
    }

    .en-development-story__complete {
        padding: 28px 20px;
        border-radius: var(--en-radius);
    }

    .en-development-story__complete-media {
        min-height: 240px;
        padding: 32px 16px;
    }

    .en-development-story__complete-copy h3 {
        font-size: clamp(1.3rem, 6.4vw, 1.8rem);
    }

    .en-development-story__complete-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .en-development-story__quality-grid {
        grid-template-columns: 1fr;
    }

    .en-development-story__quality-item {
        min-height: 0;
        padding: 22px 20px;
    }
}

/* ==========================================================================
   Section shared
   ========================================================================== */

.en-section-head {
    max-width: var(--en-max);
    margin: 0 auto;
    padding: 0 24px 48px;
    text-align: center;
}

.en-section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--en-heading);
    margin: 0;
}

/* ==========================================================================
   Business grid
   ========================================================================== */

.en-business {
    padding: 120px 0 40px;
    background: var(--en-surface);
}

.en-business__grid {
    max-width: var(--en-max);
    margin: 0 auto;
    padding: 0 24px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1160px) {
    .en-business__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .en-business__grid {
        grid-template-columns: 1fr;
    }
}

.en-business__card {
    background: var(--en-surface);
    border: 1px solid var(--en-border);
    border-radius: var(--en-radius);
    padding: 32px 24px;
    box-shadow: none;
    transition: opacity 0.5s var(--en-ease), transform 0.5s var(--en-ease);
    transition-delay: var(--en-reveal-delay, 0ms);
}

.en-business__icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    color: var(--en-cyan);
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 4px;
    background: #EEF4FA;
    transition: none;
}

.en-business__icon svg {
    width: 100%;
    height: 100%;
}

.en-business__title {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--en-heading);
    margin: 0 0 12px;
    line-height: 1.5;
}

.en-business__text {
    font-size: 0.86rem;
    line-height: 1.85;
    color: var(--en-text-muted);
    margin: 0;
}

/* ==========================================================================
   Product highlight
   ========================================================================== */

.en-product {
    padding: 100px 0;
    background: var(--en-surface-soft);
    border-top: 1px solid var(--en-border);
    border-bottom: 1px solid var(--en-border);
}

.en-product__inner {
    max-width: var(--en-max);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
}

@media (max-width: 860px) {
    .en-product__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.en-product__media {
    min-height: 430px;
    display: grid;
    place-items: center;
    border-radius: var(--en-radius);
    overflow: hidden;
    border: 1px solid var(--en-border);
    position: relative;
    background: #EEF3F7;
    box-shadow: none;
}

.en-product__media::after {
    content: none;
}

.en-product__media img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 48px 32px;
    object-fit: contain;
    filter: drop-shadow(0 26px 22px rgba(40, 66, 91, 0.2));
    transition: none;
}

.en-product__water {
    display: none;
}

.en-product__title {
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 800;
    color: var(--en-heading);
    margin: 0 0 20px;
}

.en-product__text {
    font-size: 0.95rem;
    line-height: 2;
    color: var(--en-text-muted);
    margin: 0 0 28px;
}

.en-product__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.en-product__facts li {
    position: relative;
    padding-left: 19px;
    color: var(--en-text);
    font-size: 0.8rem;
    line-height: 1.6;
}

.en-product__facts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background: var(--en-cyan);
    box-shadow: none;
}

.en-product__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

@media (max-width: 560px) {
    .en-product__media {
        min-height: 300px;
    }

    .en-product__media img {
        padding: 36px 20px;
    }

    .en-product__water {
        width: 220px;
        height: 220px;
    }

    .en-product__facts {
        grid-template-columns: 1fr;
    }
}

/* Lifestyle photo strip: the whole-house appeal shown room by room. */
.en-product__scenes {
    max-width: var(--en-max);
    margin: 64px auto 0;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    list-style: none;
}

.en-product__scene {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: var(--en-radius);
    overflow: hidden;
    isolation: isolate;
    background: #EEF3F7;
}

.en-product__scene img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.6s var(--en-ease);
}

.en-product__scene::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(6, 18, 38, 0) 42%, rgba(6, 18, 38, 0.82) 100%);
    pointer-events: none;
}

.en-product__scene:hover img,
.en-product__scene:focus-within img {
    transform: scale(1.04);
}

.en-product__scene-caption {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.en-product__scene-en {
    font-family: var(--en-font-en);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5EB1FF;
}

.en-product__scene-jp {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 900px) {
    .en-product__scenes {
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-auto-columns: minmax(220px, 68vw);
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .en-product__scene {
        scroll-snap-align: start;
    }
}

@media (max-width: 680px) {
    .en-product__scenes {
        margin-top: 44px;
        gap: 12px;
    }

    .en-product__scene-caption {
        padding: 16px;
    }
}

/* ==========================================================================
   About teaser
   ========================================================================== */

.en-about-teaser {
    padding: 100px 0;
    background: #F5F8FB;
}

.en-about-teaser__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.en-about-teaser__title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--en-heading);
    margin: 0 0 20px;
}

.en-about-teaser__text {
    font-size: 0.94rem;
    line-height: 1.95;
    color: var(--en-text-muted);
    margin: 0 0 32px;
}

.en-about-teaser__cta {
    min-width: 220px;
    padding: 18px 36px;
    font-size: 1rem;
}

.en-about-teaser__cta .en-btn__arrow {
    display: inline-flex;
    width: 18px;
    height: 18px;
    transition: transform 0.25s var(--en-ease);
}

.en-about-teaser__cta:hover .en-btn__arrow,
.en-about-teaser__cta:focus-visible .en-btn__arrow {
    transform: translateX(4px);
}

@media (max-width: 900px) {
    .en-about-teaser {
        padding: 76px 0;
    }
}

@media (max-width: 680px) {
    .en-about-teaser {
        padding: 64px 0;
    }

    .en-about-teaser__inner {
        padding: 0 20px;
    }
}

/* ==========================================================================
   CTA
   ========================================================================== */

.en-cta {
    position: relative;
    isolation: isolate;
    padding: 110px 0;
    background: #0B1F33;
    overflow: hidden;
}

.en-cta__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.en-cta__bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.en-cta__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 18, 38, 0.8) 0%, rgba(8, 22, 42, 0.86) 100%);
}

.en-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.en-cta__title {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 18px;
}

.en-cta__text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.9;
    margin: 0 0 36px;
}

/* ==========================================================================
   Inner pages (company / news / contact / privacy)
   ========================================================================== */

.en-page-main {
    padding-bottom: 120px;
    background: var(--en-surface);
}

.en-page-hero {
    max-width: var(--en-max);
    margin: 0 auto;
    padding: 80px 24px 48px;
    border-bottom: 1px solid var(--en-border);
}

.en-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--en-heading);
    margin: 0 0 16px;
}

.en-page-hero__title {
    white-space: nowrap;
}

.en-page-hero__lead {
    font-size: 0.95rem;
    color: var(--en-text-muted);
    line-height: 1.9;
    max-width: 640px;
    margin: 0;
}

.en-company-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 164px;
    align-items: center;
    gap: 56px;
}

.en-company-hero__copy {
    min-width: 0;
}

.en-company-hero__logo {
    display: block;
    width: 164px;
    height: auto;
    justify-self: end;
}

/* Company table */

.en-company-table-wrap {
    max-width: var(--en-max);
    margin: 0 auto;
    padding: 64px 24px 0;
}

.en-company-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid var(--en-border);
}

.en-company-table tr {
    border-bottom: 1px solid var(--en-border);
}

.en-company-table th,
.en-company-table td {
    text-align: left;
    padding: 22px 16px;
    vertical-align: top;
    font-size: 0.92rem;
    line-height: 1.8;
}

.en-company-table th {
    width: 220px;
    color: var(--en-text-muted);
    font-weight: 600;
}

.en-company-table td {
    color: var(--en-heading);
    overflow-wrap: anywhere;
}

.en-company-access {
    max-width: var(--en-max);
    margin: 0 auto;
    padding: 80px 24px 0;
}

.en-company-access__heading {
    margin-bottom: 28px;
}

.en-company-access__heading h2 {
    margin: 0 0 12px;
    color: var(--en-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
}

.en-company-access__heading > p:last-child {
    margin: 0;
    color: var(--en-text-muted);
    font-size: 0.92rem;
    line-height: 1.8;
}

.en-company-map {
    width: 100%;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    border: 1px solid var(--en-border);
    border-radius: var(--en-radius);
    background: var(--en-surface-soft);
}

.en-company-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 640px) {
    .en-company-hero {
        grid-template-columns: minmax(0, 1fr) 88px;
        gap: 20px;
    }

    .en-company-hero__logo {
        width: 88px;
    }

    .en-company-table th,
    .en-company-table td {
        display: block;
        width: auto;
        padding: 6px 16px;
    }

    .en-company-table tr {
        display: block;
        padding: 18px 0;
    }

    .en-company-access {
        padding-top: 56px;
    }

    .en-company-map {
        aspect-ratio: 4 / 3;
    }
}

/* News list */

.en-news-hero {
    display: block;
}

.en-news-list-wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 64px 24px 0;
}

.en-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid var(--en-border-strong);
    border-radius: 0;
    background: var(--en-surface);
    box-shadow: none;
}

.en-news-item {
    border-bottom: 1px solid var(--en-border);
}

.en-news-item__link {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    min-height: 132px;
    padding: 28px 32px;
    background: #fff;
    transition: background 0.2s var(--en-ease);
}

.en-news-item__link:hover,
.en-news-item__link:focus-visible {
    background: #F6F8FB;
    box-shadow: none;
}

.en-news-item__date {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: var(--en-font-en);
}

.en-news-item__date span {
    color: var(--en-text-faint);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.en-news-item__date strong {
    color: var(--en-text-muted);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.en-news-item__body {
    min-width: 0;
}

.en-news-item__title {
    display: block;
    margin: 0 0 9px;
    color: var(--en-heading);
    font-size: 1.06rem;
    font-weight: 750;
    line-height: 1.65;
    overflow-wrap: anywhere;
    text-wrap: pretty;
    word-break: normal;
}

.en-news-item__excerpt {
    display: -webkit-box;
    overflow: hidden;
    color: var(--en-text-muted);
    font-size: 0.84rem;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.en-news-item__action {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--en-cyan);
    font-size: 0.74rem;
    font-weight: 700;
    white-space: nowrap;
}

.en-news-item__arrow,
.en-news-item__arrow svg {
    width: 18px;
    height: 18px;
    display: block;
}

.en-news-item__arrow {
    transition: none;
}

.en-news-item__link:hover .en-news-item__arrow,
.en-news-item__link:focus-visible .en-news-item__arrow {
    transform: none;
}

.en-news-empty {
    padding: 64px 24px;
    border: 1px solid var(--en-border);
    border-radius: 4px;
    background: #F6F8FB;
    box-shadow: none;
    text-align: center;
}

.en-news-empty__mark {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 4px;
    background: #EAF1F8;
    color: var(--en-cyan);
    font-family: var(--en-font-en);
    font-size: 1rem;
    font-weight: 800;
}

.en-news-empty h2 {
    margin: 0 0 10px;
    color: var(--en-heading);
    font-size: 1.12rem;
}

.en-news-empty p {
    margin: 0;
    color: var(--en-text-muted);
    font-size: 0.86rem;
    line-height: 1.8;
}

.en-news-pagination {
    margin-top: 38px;
}

.en-news-pagination > ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.en-news-pagination > ul.page-numbers > li {
    margin: 0;
    padding: 0;
}

.en-news-pagination > ul.page-numbers a.page-numbers,
.en-news-pagination > ul.page-numbers span.page-numbers {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border: 1px solid var(--en-border-strong);
    border-radius: 4px;
    background: #fff;
    color: var(--en-text-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.en-news-pagination > ul.page-numbers span.page-numbers.current,
.en-news-pagination > ul.page-numbers a.page-numbers:hover,
.en-news-pagination > ul.page-numbers a.page-numbers:focus-visible {
    border-color: var(--en-cyan);
    background: var(--en-cyan);
    color: #fff;
}

@media (max-width: 640px) {
    .en-news-hero {
        display: block;
    }

    .en-news-list {
        border-radius: 0;
    }

    .en-news-item__link {
        grid-template-columns: minmax(0, 1fr) 18px;
        gap: 10px 16px;
        min-height: 0;
        padding: 22px 20px;
    }

    .en-news-item__date {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: baseline;
        gap: 10px;
    }

    .en-news-item__body {
        grid-column: 1;
        grid-row: 2;
    }

    .en-news-item__action {
        grid-column: 2;
        grid-row: 2;
    }

    .en-news-item__action > span:first-child {
        display: none;
    }

    .en-news-empty {
        padding: 50px 20px;
    }
}

/* News article */

.en-news-single-main {
    flex: 1;
    padding-top: var(--en-header-h);
    background: var(--en-surface);
}

.en-news-article__hero {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 8vw, 96px) 24px clamp(54px, 7vw, 76px);
    border-bottom: 1px solid var(--en-border);
    background: #F6F8FB;
}

.en-news-article__hero::after {
    content: none;
}

.en-news-article__hero-inner {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
}

.en-news-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin-bottom: 36px;
    color: var(--en-text-faint);
    font-size: 0.72rem;
    line-height: 1.6;
}

.en-news-breadcrumb a {
    color: var(--en-cyan);
    transition: color 0.2s var(--en-ease);
}

.en-news-breadcrumb a:hover {
    color: var(--en-action-hover);
}

.en-news-breadcrumb [aria-current="page"] {
    max-width: min(48ch, 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.en-news-article__date {
    display: block;
    margin-bottom: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--en-text-muted);
    font-family: var(--en-font-en);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.en-news-article__hero h1 {
    max-width: 860px;
    margin: 0;
    color: var(--en-heading);
    font-size: clamp(1.9rem, 4.5vw, 3.15rem);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.015em;
    overflow-wrap: anywhere;
    text-wrap: pretty;
    word-break: normal;
}

.en-news-article__container {
    max-width: 960px;
    margin: 0 auto;
    padding: 72px 24px 120px;
}

.en-news-article__featured {
    max-width: 860px;
    margin: 0 auto 48px;
    overflow: hidden;
    border: 1px solid var(--en-border);
    border-radius: 4px;
    background: var(--en-surface-soft);
    box-shadow: none;
}

.en-news-article__featured img {
    width: 100%;
    height: auto;
}

.en-news-article__body {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--en-text);
    font-size: 0.98rem;
    line-height: 2.05;
    overflow-wrap: anywhere;
}

.en-news-article__body > :first-child {
    margin-top: 0;
}

.en-news-article__body > :last-child {
    margin-bottom: 0;
}

.en-news-article__body p {
    margin: 0 0 1.7em;
}

.en-news-article__body h2,
.en-news-article__body h3,
.en-news-article__body h4 {
    color: var(--en-heading);
    line-height: 1.6;
    overflow-wrap: break-word;
    text-wrap: balance;
    word-break: keep-all;
}

.en-news-article__body h2 {
    margin: 2.3em 0 1em;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--en-border-strong);
    font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.en-news-article__body h3 {
    margin: 2em 0 0.85em;
    padding-left: 14px;
    border-left: 3px solid var(--en-cyan);
    font-size: clamp(1.18rem, 2.5vw, 1.5rem);
}

.en-news-article__body h4 {
    margin: 1.8em 0 0.75em;
    font-size: 1.05rem;
}

.en-news-article__body a {
    color: var(--en-cyan);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.en-news-article__body ul,
.en-news-article__body ol {
    margin: 1.5em 0;
    padding-left: 1.5em;
}

.en-news-article__body li + li {
    margin-top: 0.55em;
}

.en-news-article__body blockquote {
    margin: 2em 0;
    padding: 22px 24px;
    border-left: 4px solid var(--en-cyan);
    background: var(--en-surface-soft);
    color: var(--en-text-muted);
}

.en-news-article__body figure,
.en-news-article__body img,
.en-news-article__body video,
.en-news-article__body iframe {
    max-width: 100%;
}

.en-news-article__body iframe {
    display: block;
    width: 100%;
}

.en-news-article__body .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.en-news-article__body .wp-block-embed__wrapper iframe {
    position: absolute;
    inset: 0;
    height: 100%;
}

.en-news-article__body img {
    height: auto;
    border-radius: var(--en-radius-sm);
}

.en-news-article__body table,
.en-news-article__body pre {
    max-width: 100%;
    overflow-x: auto;
}

.en-news-article__body table {
    width: 100%;
    display: block;
    margin: 2em 0;
    border-collapse: collapse;
}

.en-news-article__body th,
.en-news-article__body td {
    padding: 12px 14px;
    border: 1px solid var(--en-border-strong);
    text-align: left;
    white-space: nowrap;
}

.en-news-article__body code {
    padding: 0.15em 0.35em;
    border-radius: 4px;
    background: var(--en-navy-3);
    font-size: 0.88em;
}

.en-news-article__pages {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 36px;
}

.en-news-article__footer {
    max-width: 800px;
    margin: 42px auto 0;
    padding-top: 30px;
    border-top: 1px solid var(--en-border);
}

.en-news-article__back {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--en-cyan);
    font-size: 0.84rem;
    font-weight: 700;
}

.en-news-post-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.en-news-post-nav__item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 24px;
    border: 1px solid var(--en-border);
    border-radius: var(--en-radius);
    background: #FFFFFF;
    transition: border-color 0.25s var(--en-ease), background 0.25s var(--en-ease);
}

.en-news-post-nav__item--next {
    grid-column: 2;
    text-align: right;
}

.en-news-post-nav__item:hover {
    border-color: var(--en-border-strong);
    background: #F6F8FB;
}

.en-news-post-nav__item span {
    color: var(--en-cyan);
    font-size: 0.68rem;
    font-weight: 700;
}

.en-news-post-nav__item strong {
    color: var(--en-heading);
    font-size: 0.86rem;
    line-height: 1.65;
    overflow-wrap: anywhere;
    text-wrap: pretty;
    word-break: normal;
}

@media (max-width: 640px) {
    .en-news-article__hero {
        padding: 54px 20px 60px;
    }

    .en-news-breadcrumb {
        margin-bottom: 32px;
    }

    .en-news-breadcrumb [aria-current="page"] {
        max-width: 16ch;
    }

    .en-news-article__hero h1 {
        font-size: clamp(1.65rem, 8vw, 2.2rem);
    }

    .en-news-article__container {
        padding: 48px 20px 88px;
    }

    .en-news-article__featured,
    .en-news-article__body {
        border-radius: 4px;
    }

    .en-news-article__body {
        padding: 0;
        font-size: 0.94rem;
    }

    .en-news-post-nav {
        grid-template-columns: 1fr;
    }

    .en-news-post-nav__item--next {
        grid-column: 1;
        text-align: left;
    }
}

/* Contact */

.en-contact-page--gateway .en-page-main {
    padding-bottom: 132px;
}

.en-contact-hero {
    max-width: 960px;
    text-align: center;
}

.en-contact-hero .en-page-hero__lead {
    margin-right: auto;
    margin-left: auto;
}

.en-contact-gateway {
    max-width: 1040px;
    margin: 0 auto;
    padding: 72px 24px 0;
}

.en-contact-gateway__head {
    max-width: 680px;
    margin: 0 auto 42px;
    text-align: center;
}

.en-contact-gateway__head h2 {
    margin: 0 0 16px;
    color: var(--en-heading);
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.5;
    font-weight: 800;
}

.en-contact-gateway__head > p:last-child {
    margin: 0;
    color: var(--en-text-muted);
    font-size: 0.9rem;
    line-height: 1.9;
}

.en-contact-choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.en-contact-choice {
    position: relative;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding: 44px 42px 38px;
    border: 1px solid var(--en-border-strong);
    border-radius: 6px;
    background: var(--en-surface);
    box-shadow: none;
    transition:
        opacity 0.5s var(--en-ease),
        transform 0.5s var(--en-ease),
        border-color 0.2s var(--en-ease),
        background 0.2s var(--en-ease);
    transition-delay: var(--en-reveal-delay, 0ms), var(--en-reveal-delay, 0ms), 0ms, 0ms;
}

.en-contact-choice::before {
    content: none;
}

.en-contact-choice:nth-child(2)::before {
    content: none;
}

.en-contact-choice:hover,
.en-contact-choice:focus-visible {
    transform: none;
    border-color: var(--en-border-strong);
    background: #F6F8FB;
    box-shadow: none;
}

.en-contact-choice:focus-visible {
    outline: 3px solid var(--en-cyan);
    outline-offset: 4px;
}

.en-contact-choice:hover::before,
.en-contact-choice:focus-visible::before {
    transform: none;
}

.en-contact-choice__icon {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--en-cyan);
}

.en-contact-choice:nth-child(2) .en-contact-choice__icon {
    color: var(--en-green);
}

.en-contact-choice__icon svg,
.en-contact-info__audience-icon svg {
    width: 100%;
    height: 100%;
}

.en-contact-choice__eyebrow {
    margin-bottom: 9px;
    color: var(--en-text-faint);
    font-family: var(--en-font-en);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.en-contact-choice__title {
    margin-bottom: 14px;
    color: var(--en-heading);
    font-size: clamp(1.25rem, 2.6vw, 1.65rem);
    line-height: 1.5;
    font-weight: 800;
}

.en-contact-choice__description {
    margin-bottom: 32px;
    color: var(--en-text-muted);
    font-size: 0.86rem;
    line-height: 1.9;
}

.en-contact-choice__action {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    color: var(--en-cyan);
    font-size: 0.84rem;
    font-weight: 700;
}

.en-contact-choice:nth-child(2) .en-contact-choice__action {
    color: var(--en-green);
}

.en-contact-choice__arrow {
    width: 18px;
    height: 18px;
    display: inline-flex;
    transition: none;
}

.en-contact-choice:hover .en-contact-choice__arrow,
.en-contact-choice:focus-visible .en-contact-choice__arrow {
    transform: none;
}

.en-contact-gateway__direct {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 34px auto 0;
    padding: 20px 24px;
    border: 1px solid var(--en-border);
    border-radius: 4px;
    background: #F6F8FB;
    color: var(--en-text-muted);
    font-size: 0.8rem;
}

.en-contact-gateway__direct p {
    margin: 0;
    color: var(--en-heading);
    font-weight: 600;
}

.en-contact-gateway__direct a {
    color: var(--en-cyan);
    font-family: var(--en-font-en);
    font-size: 1rem;
    font-weight: 700;
}

.en-contact-form-nav {
    max-width: var(--en-max);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    padding: 28px 24px 0;
}

.en-contact-form-nav > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--en-text-muted);
    font-size: 0.8rem;
    transition: color 0.2s var(--en-ease);
}

.en-contact-form-nav > a:hover {
    color: var(--en-cyan);
}

.en-contact-form-nav__current {
    padding: 7px 13px;
    border: 1px solid rgba(23, 104, 212, 0.22);
    border-radius: 4px;
    background: #F1F5F9;
    color: var(--en-cyan);
    font-size: 0.72rem;
    font-weight: 700;
}

.en-contact-layout {
    max-width: var(--en-max);
    margin: 0 auto;
    padding: 64px 24px 0;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 48px;
    align-items: start;
}

@media (max-width: 860px) {
    .en-contact-layout {
        grid-template-columns: 1fr;
    }
}

.en-contact-info {
    background: var(--en-surface);
    border: 1px solid var(--en-border);
    border-radius: var(--en-radius);
    padding: 32px;
    box-shadow: none;
    min-width: 0;
}

.en-contact-info__audience-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    margin-bottom: 20px;
    color: var(--en-cyan);
}

.en-contact-info .en-eyebrow {
    margin-bottom: 8px;
    font-size: 0.66rem;
}

.en-contact-info h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--en-heading);
    margin: 0 0 22px;
}

.en-contact-info__description {
    margin: -8px 0 26px;
    color: var(--en-text-muted);
    font-size: 0.82rem;
    line-height: 1.85;
}

.en-contact-info__list {
    margin: 0 0 24px;
}

.en-contact-info__list > div {
    margin-bottom: 18px;
}

.en-contact-info__list dt {
    font-size: 0.76rem;
    color: var(--en-text-faint);
    margin-bottom: 4px;
}

.en-contact-info__list dd {
    margin: 0;
    font-size: 0.92rem;
    color: var(--en-heading);
    overflow-wrap: anywhere;
}

.en-contact-info__list a {
    color: var(--en-cyan);
}

.en-contact-info__privacy {
    font-size: 0.82rem;
    color: var(--en-text-muted);
    margin: 0;
    border-top: 1px solid var(--en-border);
    padding-top: 20px;
}

.en-contact-info__privacy a {
    color: var(--en-cyan);
}

.en-contact-form-shell,
.en-form-placeholder {
    background: var(--en-surface);
    border: 1px solid var(--en-border);
    border-radius: var(--en-radius);
    padding: 36px;
    box-shadow: none;
    min-width: 0;
}

.en-contact-form-shell__head {
    margin-bottom: 32px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--en-border);
}

.en-contact-form-shell__head h2 {
    margin: 0 0 10px;
    color: var(--en-heading);
    font-size: 1.18rem;
    line-height: 1.55;
    font-weight: 700;
}

.en-contact-form-shell__head > p:last-child {
    margin: 0;
    color: var(--en-text-muted);
    font-size: 0.78rem;
}

.en-required {
    display: inline-flex;
    margin-right: 5px;
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(180, 35, 24, 0.08);
    color: var(--en-danger);
    font-size: 0.66rem;
    font-weight: 700;
}

@media (max-width: 680px) {
    .en-contact-gateway {
        padding-top: 56px;
    }

    .en-contact-choices {
        grid-template-columns: 1fr;
    }

    .en-contact-choice {
        min-height: 330px;
        padding: 36px 28px 30px;
    }

    .en-contact-gateway__direct {
        flex-direction: column;
        border-radius: var(--en-radius);
        text-align: center;
    }

    .en-contact-form-nav {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .en-contact-form-shell,
    .en-form-placeholder,
    .en-contact-info {
        padding: 28px 22px;
    }
}

.en-form-placeholder h2 {
    font-size: 1.05rem;
    color: var(--en-heading);
    margin: 0 0 14px;
}

.en-form-placeholder p {
    font-size: 0.9rem;
    color: var(--en-text-muted);
    line-height: 1.9;
}

.en-form-placeholder code {
    display: block;
    max-width: 100%;
    margin-top: 8px;
    padding: 6px 10px;
    background: var(--en-navy-3);
    border-radius: 6px;
    font-size: 0.82rem;
    color: var(--en-cyan);
    overflow-wrap: anywhere;
    white-space: normal;
}

.en-contact-form-shell > .en-form-placeholder {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/* Contact Form 7 styling */

.en-contact-form-shell .wpcf7-form label {
    display: block;
    font-size: 0.86rem;
    color: var(--en-text-muted);
    margin-bottom: 20px;
}

.en-contact-form-shell .wpcf7-form input[type="text"],
.en-contact-form-shell .wpcf7-form input[type="email"],
.en-contact-form-shell .wpcf7-form input[type="tel"],
.en-contact-form-shell .wpcf7-form textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 12px 14px;
    background: #FBFDFE;
    border: 1px solid var(--en-control-border);
    border-radius: var(--en-radius-sm);
    color: var(--en-heading);
    font-family: inherit;
    font-size: 0.92rem;
    transition: border-color 0.2s var(--en-ease), background 0.2s var(--en-ease);
}

.en-contact-form-shell .wpcf7-form input:focus,
.en-contact-form-shell .wpcf7-form textarea:focus {
    outline: 2px solid var(--en-cyan);
    outline-offset: 2px;
    border-color: var(--en-cyan);
    background: #fff;
    box-shadow: none;
}

.en-contact-form-shell .wpcf7-form input::placeholder,
.en-contact-form-shell .wpcf7-form textarea::placeholder {
    color: var(--en-text-faint);
}

.en-contact-form-shell .wpcf7-form textarea {
    min-height: 160px;
    resize: vertical;
}

.en-contact-form-shell .wpcf7-list-item {
    margin: 0 20px 0 0;
}

.en-contact-form-shell .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.en-contact-form-shell .wpcf7-form p {
    margin: 0 0 4px;
}

.en-contact-form-shell .wpcf7-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--en-action);
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 40px;
    border-radius: 4px;
    max-width: 100%;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s var(--en-ease);
}

.en-contact-form-shell .wpcf7-form input[type="submit"]:hover {
    background: var(--en-action-hover);
    transform: none;
    box-shadow: none;
}

.en-contact-form-shell .wpcf7-not-valid-tip {
    color: var(--en-danger);
    font-size: 0.78rem;
    margin-top: 6px;
}

.en-contact-form-shell .wpcf7-response-output {
    margin-top: 24px;
    border-radius: var(--en-radius-sm);
    border-color: var(--en-border-strong) !important;
    color: var(--en-text-muted);
    font-size: 0.86rem;
}

/* Privacy policy */

.en-policy {
    max-width: 780px;
    margin: 0 auto;
    padding: 64px 24px 0;
}

.en-policy > p {
    font-size: 0.92rem;
    color: var(--en-text-muted);
    line-height: 1.95;
    margin-bottom: 40px;
}

.en-policy__item {
    padding: 28px 0;
    border-top: 1px solid var(--en-border);
}

.en-policy__item h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--en-heading);
    margin: 0 0 14px;
}

.en-policy__item p,
.en-policy__item li {
    font-size: 0.9rem;
    line-height: 1.95;
    color: var(--en-text-muted);
}

.en-policy__item ul {
    margin: 0;
    padding-left: 1.4em;
}

.en-policy__item a {
    color: var(--en-cyan);
}

.en-policy__date {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--en-border);
    font-size: 0.85rem;
    color: var(--en-text-faint);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.en-footer {
    border-top: 1px solid var(--en-border);
    background: #F3F6F9;
    padding: 64px 24px 32px;
}

.en-footer__inner {
    max-width: var(--en-max);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: 40px;
}

.en-footer__brand-block {
    max-width: 360px;
}

.en-footer__brand {
    margin: 0 0 18px;
}

.en-footer__brand-logo {
    display: block;
    width: min(100%, 300px);
    height: auto;
}

.en-footer__address {
    font-style: normal;
    font-size: 0.84rem;
    line-height: 1.9;
    color: var(--en-text-muted);
    margin: 0 0 14px;
    overflow-wrap: anywhere;
}

.en-footer__address a {
    color: var(--en-cyan);
}

.en-footer__reg {
    font-size: 0.76rem;
    color: var(--en-text-faint);
    margin: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 640px) {
    .en-page-main {
        padding-bottom: 88px;
    }

    .en-page-hero {
        padding-top: 60px;
        padding-bottom: 38px;
    }

    .en-page-hero h1 {
        font-size: clamp(1.35rem, 7.3vw, 2rem);
        line-height: 1.4;
    }

    .en-company-table-wrap,
    .en-news-list-wrap,
    .en-policy,
    .en-contact-layout {
        padding-top: 48px;
    }

    .en-contact-page--gateway .en-page-main {
        padding-bottom: 96px;
    }
}

@media (max-width: 420px) {
    .en-page-hero__title,
    .en-heading-line,
    .en-hero__title-line {
        white-space: normal;
    }

    .en-btn {
        padding-right: 22px;
        padding-left: 22px;
        font-size: 0.88rem;
    }

    .en-btn--lg {
        padding-right: 24px;
        padding-left: 24px;
        font-size: 0.9rem;
    }

    .en-cta__title {
        font-size: clamp(1.25rem, 6.7vw, 1.5rem);
    }
}

.en-footer__links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 0.86rem;
}

.en-footer__links a {
    color: var(--en-text-muted);
    transition: color 0.2s var(--en-ease);
}

.en-footer__links a:hover {
    color: var(--en-cyan);
}

.en-footer__copy {
    max-width: var(--en-max);
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid var(--en-border);
    font-size: 0.76rem;
    color: var(--en-text-faint);
    text-align: center;
}

@media (max-width: 640px) {
    .en-footer__inner {
        flex-direction: column;
        gap: 32px;
    }
}

/* ==========================================================================
   Home motion system
   ========================================================================== */

.en-home .en-header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--en-cyan);
    pointer-events: none;
    transform: scaleX(var(--en-page-progress, 0));
    transform-origin: left center;
}

/* Header floats transparently over the dark hero until the page scrolls,
   then reverts to the standard light header (JS toggles .is-scrolled). */
.en-home .en-header {
    background: transparent;
    border-bottom-color: transparent;
}

.en-home .en-header.is-scrolled {
    background: #FFFFFF;
    border-bottom-color: var(--en-border-strong);
}

.en-home .en-header:not(.is-scrolled) .en-nav__link {
    color: #fff;
}

.en-home .en-header:not(.is-scrolled) .en-brand__logo {
    filter: brightness(0) invert(1);
}

.en-home .en-header:not(.is-scrolled) .en-nav__link::after {
    background: #fff;
}

.en-home .en-header:not(.is-scrolled) .en-menu-toggle {
    border-color: rgba(255, 255, 255, 0.5);
}

.en-home .en-header:not(.is-scrolled) .en-menu-toggle__bar {
    background: #fff;
}

/* Mobile menu open: force the readable light header regardless of scroll. */
.en-home .en-header:has(#en-nav.is-open) {
    background: #FFFFFF;
    border-bottom-color: var(--en-border-strong);
}

.en-home .en-header:has(#en-nav.is-open):not(.is-scrolled) .en-nav__link {
    color: var(--en-heading);
}

.en-home .en-header:has(#en-nav.is-open):not(.is-scrolled) .en-brand__logo {
    filter: none;
}

.en-home .en-header:has(#en-nav.is-open):not(.is-scrolled) .en-menu-toggle {
    border-color: var(--en-border-strong);
}

.en-home .en-header:has(#en-nav.is-open):not(.is-scrolled) .en-menu-toggle__bar {
    background: var(--en-heading);
}

.en-effects-ready .en-home .en-reveal--left {
    transform: translate3d(-16px, 0, 0);
}

.en-effects-ready .en-home .en-reveal--right {
    transform: translate3d(16px, 0, 0);
}

.en-effects-ready .en-home .en-reveal--scale {
    transform: scale(0.985);
}

.en-effects-ready .en-home .en-reveal--left.is-visible,
.en-effects-ready .en-home .en-reveal--right.is-visible,
.en-effects-ready .en-home .en-reveal--scale.is-visible {
    transform: none;
}

/* Whole-house figure: combines the generic en-reveal--right slide with a
   subtle scale-up, overriding the plain --right treatment above. */
.en-effects-ready .en-home .en-development-story__whole-house {
    transform: translate3d(16px, 0, 0) scale(0.98);
}

.en-effects-ready .en-home .en-development-story__whole-house.is-visible {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Hero content stays readable before its short transform-only entrance. */
.en-effects-ready .en-home .en-hero__copy {
    opacity: 1;
    transform: none;
}

.en-effects-ready .en-home .en-hero__copy > * {
    opacity: 1;
    transform: translate3d(-12px, 0, 0);
    transition: transform 0.46s var(--en-ease);
}

.en-effects-ready .en-home .en-hero__copy.is-visible > * {
    opacity: 1;
    transform: none;
}

.en-effects-ready .en-home .en-hero__copy.is-visible > :nth-child(1) { transition-delay: 40ms; }
.en-effects-ready .en-home .en-hero__copy.is-visible > :nth-child(2) { transition-delay: 90ms; }
.en-effects-ready .en-home .en-hero__copy.is-visible > :nth-child(3) { transition-delay: 140ms; }
.en-effects-ready .en-home .en-hero__copy.is-visible > :nth-child(4) { transition-delay: 190ms; }
.en-effects-ready .en-home .en-hero__copy.is-visible > :nth-child(5) { transition-delay: 240ms; }

/* h1 lines rise into view through a bottom-anchored clip mask, layered on
   top of the copy block's own fade/slide entrance above. */
.en-effects-ready .en-home .en-hero__title-line {
    /* Negative side insets keep glyphs that overflow the box (e.g. trailing 、) unclipped. */
    clip-path: inset(100% -0.5em 0 -0.5em);
    transition: clip-path 0.7s var(--en-ease);
}

.en-effects-ready .en-home .en-hero__copy.is-visible .en-hero__title-line {
    clip-path: inset(0% -0.5em 0 -0.5em);
}

.en-effects-ready .en-home .en-hero__copy.is-visible .en-hero__title-line:nth-child(1) { transition-delay: 60ms; }
.en-effects-ready .en-home .en-hero__copy.is-visible .en-hero__title-line:nth-child(2) { transition-delay: 160ms; }

.en-effects-ready .en-home .en-hero__visual {
    opacity: 1;
    transform: scale(0.985);
}

.en-effects-ready .en-home .en-hero__visual.is-visible {
    opacity: 1;
    transform: none;
}

.en-home .en-hero:focus-within .en-reveal,
.en-home .en-hero:focus-within .en-hero__copy > * {
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0ms;
}

.en-home .en-hero:focus-within .en-hero__title-line {
    clip-path: inset(0% -0.5em 0 -0.5em);
    transition: none;
}

.en-home .en-hero__product-wrap {
    transform: translate3d(
        var(--en-parallax-x),
        calc(var(--en-parallax-y) - var(--en-scroll-shift)),
        0
    );
    transition: transform 0.18s ease-out;
    will-change: transform;
}

.en-home .en-development-story__entry-line {
    position: absolute;
    top: 64px;
    left: 50%;
    width: min(calc(100% - 48px), var(--en-max));
    height: 1px;
    display: block;
    background: var(--en-border-strong);
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
    transform-origin: left center;
}

.en-effects-ready .en-home .en-development-story__entry-line {
    opacity: 1;
    transform: translateX(-50%) scaleX(0);
    transition: transform 0.9s var(--en-ease);
}

.en-effects-ready .en-home .en-development-story__entry-line.is-visible {
    transform: translateX(-50%) scaleX(1);
}

@media (min-width: 901px) {
    .en-home .en-development-story__timeline-stage {
        position: sticky;
        top: calc(var(--en-header-h) + 36px);
        align-self: start;
    }
}

.en-home .en-development-story__technology-copy h3 {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.en-home .en-business__grid {
    counter-reset: en-business-card;
}

.en-home .en-business__card {
    position: relative;
    overflow: hidden;
    counter-increment: en-business-card;
}

.en-effects-ready .en-home .en-business__card,
.en-effects-ready .en-home .en-business__card.is-visible {
    transform: none;
}

.en-home .en-business__card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 2px;
    background: var(--en-cyan);
    transform: scaleX(1);
    transform-origin: left center;
}

.en-effects-ready .en-home .en-business__card::before {
    transform: scaleX(0);
    transition: transform 0.62s var(--en-ease) var(--en-reveal-delay, 0ms);
}

.en-effects-ready .en-home .en-business__card.is-visible::before {
    transform: scaleX(1);
}

.en-home .en-business__card::after {
    content: counter(en-business-card, decimal-leading-zero);
    position: absolute;
    top: 24px;
    right: 22px;
    color: var(--en-text-faint);
    font-family: var(--en-font-en);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.en-home .en-product__media::after {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0;
    background: #EEF3F7;
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: right center;
}

.en-effects-ready .en-home .en-product__media::after {
    transform: scaleX(1);
    transition: transform 0.76s var(--en-ease) 0.06s;
}

.en-effects-ready .en-home .en-product__media.is-visible::after {
    transform: scaleX(0);
}

.en-home .en-product__media img {
    transform: none;
    transition: transform 0.62s var(--en-ease) 0.14s;
}

.en-effects-ready .en-home .en-product__media img {
    transform: translate3d(-12px, 0, 0) scale(0.985);
}

.en-effects-ready .en-home .en-product__media.is-visible img {
    transform: none;
}

.en-home .en-product__facts li {
    opacity: 1;
    transform: none;
}

.en-effects-ready .en-home .en-product__copy .en-product__facts li {
    opacity: 0;
    transform: translate3d(12px, 0, 0);
    transition: opacity 0.36s var(--en-ease), transform 0.36s var(--en-ease);
}

.en-effects-ready .en-home .en-product__copy.is-visible .en-product__facts li {
    opacity: 1;
    transform: none;
}

.en-effects-ready .en-home .en-product__copy.is-visible .en-product__facts li:nth-child(1) { transition-delay: 140ms; }
.en-effects-ready .en-home .en-product__copy.is-visible .en-product__facts li:nth-child(2) { transition-delay: 190ms; }
.en-effects-ready .en-home .en-product__copy.is-visible .en-product__facts li:nth-child(3) { transition-delay: 240ms; }
.en-effects-ready .en-home .en-product__copy.is-visible .en-product__facts li:nth-child(4) { transition-delay: 290ms; }

@media (max-width: 900px) {
    .en-home .en-development-story__timeline-stage {
        position: static;
    }
}

@media (max-width: 600px) {
    .en-effects-ready .en-home .en-reveal--left {
        transform: translate3d(-8px, 0, 0);
    }

    .en-effects-ready .en-home .en-reveal--right {
        transform: translate3d(8px, 0, 0);
    }

    .en-effects-ready .en-home .en-reveal--scale {
        transform: scale(0.992);
    }

    .en-effects-ready .en-home .en-reveal--left.is-visible,
    .en-effects-ready .en-home .en-reveal--right.is-visible,
    .en-effects-ready .en-home .en-reveal--scale.is-visible {
        transform: none;
    }

    .en-effects-ready .en-home .en-hero__copy > * {
        transform: translate3d(-6px, 0, 0);
    }

    .en-home .en-hero__product-wrap {
        transform: none;
        transition-duration: 0.12s;
    }

    .en-home .en-hero__product-wrap img {
        animation-name: en-home-hero-product-float-small;
        animation-duration: 9s;
    }

    .en-home .en-development-story__entry-line {
        top: 44px;
        width: calc(100% - 40px);
    }

    .en-home .en-development-story__technology-copy h3 {
        font-size: clamp(0.95rem, 5.35vw, 1.35rem);
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

@keyframes en-home-hero-product-float-small {
    0%, 100% { transform: translate3d(0, -1px, 0); }
    50% { transform: translate3d(0, 3px, 0); }
}

html.en-page-hidden .en-home .en-reveal,
html.en-page-hidden .en-home .en-hero__copy > *,
html.en-page-hidden .en-home .en-product__facts li {
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0ms;
}

html.en-page-hidden .en-home .en-hero__product-wrap,
html.en-page-hidden .en-home .en-hero__product-wrap img,
html.en-page-hidden .en-home .en-hero__scroll i::after,
html.en-page-hidden .en-home .en-product__media img {
    animation: none;
    transform: none;
    transition: none;
}

html.en-page-hidden .en-home .en-development-story__entry-line {
    transform: translateX(-50%) scaleX(1);
}

html.en-page-hidden .en-home .en-hero__bubble {
    animation-play-state: paused;
}

html.en-page-hidden .en-hero__bg-image {
    animation-play-state: paused;
}

html.en-page-hidden .en-home .en-hero__title-line {
    clip-path: inset(0% -0.5em 0 -0.5em);
    transition: none;
}

html.en-page-hidden .en-development-story__timeline::after {
    transition: none;
}

html.en-page-hidden .en-development-story__timeline-item.is-active .en-development-story__timeline-content::after {
    animation-play-state: paused;
}

html.en-page-hidden .en-development-story__section-head h3::after {
    transform: scaleX(1);
    transition: none;
}

html.en-page-hidden .en-development-story__whole-house img {
    animation-play-state: paused;
}

html.en-page-hidden .en-home .en-development-story__whole-house {
    transform: none;
    transition: none;
}

html.en-page-hidden .en-development-story__whole-house figcaption {
    opacity: 1;
    transition: none;
}

html.en-page-hidden .en-home .en-business__card::before {
    transform: scale(1);
    transition: none;
}

html.en-page-hidden .en-home .en-product__media::after {
    transform: scaleX(0);
    transition: none;
}

@media (prefers-reduced-motion: reduce) {
    .en-home .en-header::after {
        display: none;
    }

    .en-effects-ready .en-reveal,
    .en-effects-ready .en-reveal--left,
    .en-effects-ready .en-reveal--right,
    .en-effects-ready .en-reveal--scale,
    .en-effects-ready .en-reveal--blur,
    .en-effects-ready .en-reveal.is-visible {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }

    .en-effects-ready .en-hero__copy > *,
    .en-effects-ready .en-hero__copy.is-visible > * {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .en-hero__bg,
    .en-hero__bg-image,
    .en-hero__bubbles,
    .en-hero__bubble,
    .en-hero__orbit,
    .en-hero__product-wrap,
    .en-hero__product-wrap img,
    .en-hero__visual-glow,
    .en-hero__float-card,
    .en-hero__scroll i::after,
    .en-development-story__whole-house img,
    .en-business__icon,
    .en-product__media img,
    .en-product__scene img {
        animation: none !important;
        transform: none !important;
        transition: none !important;
    }

    .en-home .en-hero__title-line {
        clip-path: none !important;
        transition: none !important;
    }

    .en-development-story__section-head h3::after {
        transform: scaleX(1) !important;
        transition: none !important;
    }

    .en-home .en-development-story__whole-house {
        transform: none !important;
        transition: none !important;
    }

    .en-development-story__whole-house figcaption {
        opacity: 1 !important;
        transition: none !important;
    }

    .en-contact-choice,
    .en-contact-choice::before,
    .en-contact-choice__arrow,
    .en-development-story__quality-item,
    .en-development-story__quality-item::before,
    .en-development-story__quality-item strong,
    .en-development-story__brief-item,
    .en-development-story__brief-item::before,
    .en-nav__cta,
    .en-business__card,
    .en-btn,
    .en-quiet-link__arrow {
        transition: none;
    }

    .en-nav__cta:hover,
    .en-btn:hover,
    .en-business__card:hover,
    .en-development-story__quality-item:hover,
    .en-development-story__brief-item:hover,
    .en-development-story__brief-item:focus-within,
    .en-contact-choice:hover,
    .en-contact-choice:focus-visible,
    .en-contact-choice:hover::before,
    .en-contact-choice:focus-visible::before,
    .en-contact-choice:hover .en-contact-choice__arrow,
    .en-contact-choice:focus-visible .en-contact-choice__arrow,
    .en-quiet-link:hover .en-quiet-link__arrow {
        transform: none !important;
    }

    .en-home .en-hero__copy > *,
    .en-home .en-product__facts li {
        opacity: 1;
        transform: none;
        transition: none;
        transition-delay: 0ms;
    }

    .en-home .en-development-story__entry-line {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
        transition: none;
    }

    /* Timeline: show the journey as fully walked instead of animating it in. */
    .en-development-story__timeline::after {
        transform: translateX(-50%) scaleY(1);
        transition: none;
    }

    .en-development-story__timeline-stage > span {
        color: var(--en-cyan);
        background: linear-gradient(135deg, var(--en-cyan), var(--en-green));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: none;
    }

    .en-development-story__timeline-content::before {
        background: linear-gradient(135deg, var(--en-cyan), var(--en-green));
        transition: none;
    }

    .en-development-story__timeline-content h4::before {
        transform: scaleX(1);
        transition: none;
    }

    .en-development-story__timeline-item.is-active .en-development-story__timeline-content::after {
        animation: none;
        box-shadow: none;
        opacity: 0;
    }

    .en-home .en-business__card::before {
        transform: scale(1);
        transition: none;
    }

    .en-home .en-product__media::after {
        transform: scaleX(0);
        transition: none;
    }
}

@media (forced-colors: active) {
    .en-hero__title-accent {
        background: none;
        -webkit-text-fill-color: CanvasText;
        color: CanvasText;
    }

    .en-hero__bubble {
        border-color: CanvasText;
        background: Canvas;
        box-shadow: none;
        opacity: 0.72;
    }

    .en-hero__bubble::after {
        background: CanvasText;
    }

    .en-hero__bg::after {
        background: Canvas;
        opacity: 0.85;
    }

    .en-home .en-header {
        background: Canvas;
        border-bottom-color: CanvasText;
    }

    .en-home .en-header:not(.is-scrolled) .en-nav__link {
        color: CanvasText;
    }

    .en-home .en-header:not(.is-scrolled) .en-brand__logo {
        filter: none;
    }

    .en-home .en-header:not(.is-scrolled) .en-menu-toggle__bar {
        background: CanvasText;
    }

    .en-product__scene::after {
        background: Canvas;
        opacity: 0.85;
    }

    .en-product__scene-en,
    .en-product__scene-jp {
        color: CanvasText;
    }

    .en-cta__bg::after {
        background: Canvas;
        opacity: 0.85;
    }

    .en-cta__title,
    .en-cta__text {
        color: CanvasText;
    }

    .en-development-story__timeline::before,
    .en-development-story__timeline::after {
        background: CanvasText;
    }

    .en-development-story__timeline-content::before {
        background: Canvas;
        border-color: CanvasText;
        box-shadow: 0 0 0 1px CanvasText;
    }

    .en-development-story__timeline-stage > span {
        background: none;
        -webkit-text-fill-color: currentColor;
        color: CanvasText;
    }

    .en-development-story__section-head h3::after {
        background: CanvasText;
    }

    .en-development-story__validation-bg::after {
        background: Canvas;
        opacity: 0.9;
    }

    .en-development-story__validation .en-development-story__section-head h3,
    .en-development-story__validation .en-development-story__section-head > p:last-child,
    .en-development-story__validation .en-eyebrow,
    .en-development-story__validation-note {
        color: CanvasText;
    }

    .en-development-story__validation-grid > div {
        background: Canvas;
        border: 1px solid CanvasText;
    }

    .en-development-story__validation-grid > div::before {
        background: CanvasText;
    }

    .en-development-story__validation-grid dt,
    .en-development-story__validation-grid dd,
    .en-development-story__validation-grid dd span {
        color: CanvasText;
    }

    .en-development-story__quality-item {
        border: 1px solid CanvasText;
    }

    .en-development-story__quality-item::before {
        background: CanvasText;
    }

    .en-development-story__quality-item strong {
        background: none;
        -webkit-text-fill-color: CanvasText;
        color: CanvasText;
    }

    .en-development-story__brief {
        background: Canvas;
    }

    .en-development-story__brief-item {
        border: 1px solid CanvasText;
    }

    .en-development-story__brief-item::before {
        background: CanvasText;
    }

    .en-development-story__brief-number {
        background: none;
        -webkit-text-fill-color: CanvasText;
        color: CanvasText;
    }

    .en-development-story__brief-arrow {
        border-color: CanvasText;
    }
}
