:root {
    --n20-ink: #10231c;
    --n20-deep: #06251c;
    --n20-forest: #0a5b42;
    --n20-moss: #407d63;
    --n20-sage: #9ec6ad;
    --n20-mint: #d8eadf;
    --n20-water: #bfe1db;
    --n20-ivory: #f6f4ea;
    --n20-paper: #eef4ee;
    --n20-sun: #e4bb62;
    --n20-alert: #c97a42;
    --n20-border: rgba(16, 35, 28, 0.16);
    --n20-shadow: 0 28px 80px rgba(7, 50, 37, 0.13);
    --n20-serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
    --n20-sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    --n20-shell: min(1320px, calc(100vw - 96px));
}

html {
    scroll-behavior: smooth;
}

body.pmd-neul20s-case {
    margin: 0;
    overflow-x: clip;
    background: var(--n20-ivory);
    color: var(--n20-ink);
    font-family: var(--n20-sans);
}

body.pmd-neul20s-case * {
    box-sizing: border-box;
}

body.pmd-neul20s-case img,
body.pmd-neul20s-case video,
body.pmd-neul20s-case canvas {
    max-width: 100%;
}

body.pmd-neul20s-case .n20-site-header {
    border-bottom: 1px solid rgba(10, 72, 50, 0.11);
    background: rgba(238, 246, 238, 0.76);
    color: var(--n20-deep);
    mix-blend-mode: normal;
    box-shadow: 0 12px 44px rgba(4, 37, 27, 0.06);
    backdrop-filter: blur(20px) saturate(135%);
}

body.pmd-neul20s-case .n20-site-header::before {
    display: none;
}

body.pmd-neul20s-case .n20-site-header .wordmark,
body.pmd-neul20s-case .n20-site-header .desktop-nav a,
body.pmd-neul20s-case .n20-site-header .mobile-menu summary {
    color: var(--n20-deep);
    text-shadow: none;
}

body.pmd-neul20s-case .n20-site-header .nav-contact {
    border-color: rgba(6, 37, 28, 0.16);
    background: var(--n20-deep);
    color: #fff !important;
}

.n20-case {
    width: 100%;
    overflow: clip;
    background: var(--n20-ivory);
}

.n20-shell {
    width: var(--n20-shell);
    margin-inline: auto;
    position: relative;
    z-index: 3;
}

.n20-section,
.n20-hero,
.n20-outro {
    position: relative;
    isolation: isolate;
}

.n20-section {
    padding: clamp(112px, 11vw, 190px) 0;
}

.n20-kicker {
    margin: 0 0 22px;
    color: currentColor;
    font-size: 0.73rem;
    font-weight: 750;
    letter-spacing: 0.24em;
    line-height: 1.5;
    text-transform: uppercase;
}

.n20-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.62fr);
    align-items: end;
    gap: 64px;
    margin-bottom: clamp(56px, 7vw, 96px);
}

.n20-section-heading .n20-kicker {
    grid-column: 1 / -1;
    margin-bottom: -30px;
    color: var(--n20-forest);
}

.n20-section-heading h2 {
    margin: 0;
    max-width: 940px;
    color: var(--n20-ink);
    font-family: var(--n20-serif);
    font-size: clamp(3.2rem, 6.7vw, 7.35rem);
    font-weight: 400;
    letter-spacing: -0.065em;
    line-height: 0.86;
}

.n20-section-heading h2 em {
    color: var(--n20-forest);
    font-weight: 400;
}

.n20-section-heading > p:last-child {
    margin: 0 0 4px;
    color: rgba(16, 35, 28, 0.69);
    font-size: clamp(1rem, 1.25vw, 1.17rem);
    line-height: 1.75;
}

.n20-section-heading-dark h2,
.n20-section-heading-dark > p:last-child {
    color: #f3f6ed;
}

.n20-section-heading-dark h2 em {
    color: #9fd6bc;
}

.n20-section-heading-dark .n20-kicker {
    color: #a9d8c1;
}

.n20-section-heading-dark > p:last-child {
    color: rgba(239, 247, 239, 0.68);
}

.n20-button,
.n20-inline-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 52px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, color 240ms ease;
}

.n20-button {
    padding: 0 24px;
}

.n20-button span,
.n20-inline-link span {
    font-size: 1rem;
}

.n20-button:hover,
.n20-inline-link:hover {
    transform: translateY(-3px);
}

.n20-button-dark {
    background: var(--n20-deep);
    color: #fff;
    box-shadow: 0 18px 38px rgba(6, 37, 28, 0.18);
}

.n20-button-dark:hover {
    background: #0a4937;
    color: #fff;
}

.n20-button-light {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
    backdrop-filter: blur(12px);
}

.n20-button-light:hover {
    background: #fff;
    color: var(--n20-deep);
}

.n20-inline-link {
    min-height: auto;
    padding: 10px 0;
    color: inherit;
}

.n20-reveal {
    opacity: 0;
    transform: translateY(44px);
    transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

.n20-leaves {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.n20-leaves i {
    position: absolute;
    top: -8%;
    left: var(--leaf-x);
    width: 18px;
    height: 28px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(145deg, rgba(141, 199, 166, 0.66), rgba(33, 111, 76, 0.12));
    opacity: 0.3;
    filter: blur(0.15px);
    transform: rotate(18deg) scale(var(--leaf-scale));
    animation: n20-leaf-fall var(--leaf-duration) var(--leaf-delay) linear infinite;
}

@keyframes n20-leaf-fall {
    0% { transform: translate3d(0, -8vh, 0) rotate(0deg) scale(var(--leaf-scale)); }
    45% { transform: translate3d(52px, 54vh, 0) rotate(150deg) scale(var(--leaf-scale)); }
    100% { transform: translate3d(-35px, 112vh, 0) rotate(330deg) scale(var(--leaf-scale)); }
}

.n20-progress {
    position: fixed;
    top: 50%;
    right: 24px;
    z-index: 80;
    display: grid;
    gap: 12px;
    width: 10px;
    transform: translateY(-50%);
}

.n20-progress::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    width: 1px;
    background: rgba(255, 255, 255, 0.24);
}

.n20-progress > span {
    position: absolute;
    top: 0;
    left: 4px;
    width: 1px;
    height: var(--case-progress, 0%);
    background: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

.n20-progress a {
    position: relative;
    z-index: 2;
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 50%;
    background: rgba(3, 35, 25, 0.72);
    transition: transform 200ms ease, background 200ms ease;
}

.n20-progress a:hover,
.n20-progress a.is-active {
    background: #fff;
    transform: scale(1.35);
}

/* Hero */
.n20-hero {
    display: flex;
    min-height: max(920px, 100svh);
    padding: 150px 0 118px;
    align-items: center;
    background-image: var(--n20-hero);
    background-position: center;
    background-size: cover;
    color: var(--n20-deep);
}

.n20-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 2;
    height: 150px;
    background: linear-gradient(180deg, rgba(246, 244, 234, 0), var(--n20-ivory));
}

.n20-hero-wash {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(240, 249, 242, 0.92) 0%, rgba(238, 247, 239, 0.76) 38%, rgba(232, 246, 236, 0.05) 70%),
        linear-gradient(180deg, rgba(7, 55, 39, 0.06), rgba(240, 247, 238, 0.12));
}

.n20-hero-layout {
    display: grid;
    grid-template-columns: minmax(380px, 0.9fr) minmax(540px, 1.1fr);
    align-items: center;
    gap: clamp(30px, 5vw, 92px);
}

.n20-hero-copy {
    padding-bottom: 40px;
}

.n20-hero-copy .n20-kicker {
    color: var(--n20-forest);
}

.n20-hero h1 {
    margin: 0;
}

.n20-hero h1 span {
    display: block;
    margin-bottom: 8px;
    color: var(--n20-forest);
    font-family: var(--n20-sans);
    font-size: clamp(1.4rem, 2.2vw, 2.5rem);
    font-weight: 850;
    letter-spacing: 0.24em;
    line-height: 1;
}

.n20-hero h1 strong {
    display: block;
    max-width: 760px;
    color: var(--n20-deep);
    font-family: var(--n20-serif);
    font-size: clamp(4.25rem, 8.1vw, 9.6rem);
    font-weight: 400;
    letter-spacing: -0.075em;
    line-height: 0.76;
}

.n20-hero-role {
    margin: 34px 0 12px;
    color: var(--n20-forest);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.n20-intro {
    max-width: 670px;
    margin: 0;
    color: rgba(9, 40, 30, 0.74);
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    line-height: 1.72;
}

.n20-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
    margin-top: 34px;
}

.n20-product-stage {
    position: relative;
    min-height: 620px;
    perspective: 1100px;
    transform-style: preserve-3d;
}

.n20-stage-light {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 76%;
    height: 72%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.84), rgba(198, 233, 213, 0.12) 56%, transparent 70%);
    filter: blur(12px);
    animation: n20-stage-pulse 5.5s ease-in-out infinite;
}

@keyframes n20-stage-pulse {
    50% { opacity: 0.66; transform: scale(1.06); }
}

.n20-float-product {
    position: absolute;
    z-index: 2;
    width: 40%;
    max-height: 560px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 28px 28px rgba(24, 58, 43, 0.2));
    will-change: transform;
}

.n20-float-cleanser {
    right: 44%;
    bottom: 7%;
    z-index: 4;
    width: 38%;
    animation: n20-product-a 7.2s ease-in-out infinite;
}

.n20-float-toner {
    right: 4%;
    bottom: 12%;
    z-index: 2;
    width: 37%;
    animation: n20-product-b 7.8s -1.2s ease-in-out infinite;
}

.n20-float-serum {
    right: 26%;
    bottom: 1%;
    z-index: 5;
    width: 34%;
    animation: n20-product-c 6.9s -2.1s ease-in-out infinite;
}

.n20-float-cream {
    right: 4%;
    bottom: -3%;
    z-index: 6;
    width: 43%;
    animation: n20-product-a 8.5s -3.5s ease-in-out infinite reverse;
}

@keyframes n20-product-a {
    0%, 100% { transform: translate3d(0, 0, 40px) rotate(-3deg); }
    50% { transform: translate3d(0, -17px, 54px) rotate(1.5deg); }
}

@keyframes n20-product-b {
    0%, 100% { transform: translate3d(0, 0, 5px) rotate(3.5deg); }
    50% { transform: translate3d(8px, -14px, 28px) rotate(0deg); }
}

@keyframes n20-product-c {
    0%, 100% { transform: translate3d(0, 0, 74px) rotate(-1deg); }
    50% { transform: translate3d(-8px, -20px, 88px) rotate(2deg); }
}

.n20-product-shadow {
    position: absolute;
    right: 5%;
    bottom: -1%;
    width: 79%;
    height: 16%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(14, 47, 37, 0.3), transparent 67%);
    filter: blur(16px);
}

.n20-water-rings {
    position: absolute;
    right: 5%;
    bottom: 8%;
    z-index: 1;
    width: 620px;
    height: 260px;
    pointer-events: none;
}

.n20-water-rings i {
    position: absolute;
    inset: 22%;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    opacity: 0;
    animation: n20-ring 6s ease-out infinite;
}

.n20-water-rings i:nth-child(2) { animation-delay: 2s; }
.n20-water-rings i:nth-child(3) { animation-delay: 4s; }

@keyframes n20-ring {
    0% { opacity: 0; transform: scale(0.42); }
    16% { opacity: 0.68; }
    100% { opacity: 0; transform: scale(1.5); }
}

.n20-hero-metrics {
    position: absolute;
    right: 0;
    bottom: 58px;
    left: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(10, 62, 46, 0.16);
}

.n20-hero-metrics article {
    padding: 24px 28px 14px;
    border-right: 1px solid rgba(10, 62, 46, 0.13);
}

.n20-hero-metrics article:last-child {
    border-right: 0;
}

.n20-hero-metrics strong,
.n20-hero-metrics span {
    display: block;
}

.n20-hero-metrics strong {
    color: var(--n20-deep);
    font-family: var(--n20-serif);
    font-size: clamp(2.2rem, 3.1vw, 4rem);
    font-weight: 400;
    letter-spacing: -0.05em;
}

.n20-hero-metrics span {
    margin-top: 2px;
    color: rgba(13, 52, 40, 0.66);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.n20-scroll-cue {
    position: absolute;
    right: 34px;
    bottom: 56px;
    z-index: 5;
    display: none;
    align-items: center;
    gap: 12px;
    color: var(--n20-deep);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.n20-scroll-cue i {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(12, 58, 42, 0.28);
    border-radius: 50%;
}

/* Company */
.n20-company {
    margin-top: -2px;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 20%, rgba(95, 178, 139, 0.22), transparent 32%),
        linear-gradient(145deg, #062b20 0%, #0c503c 54%, #07261e 100%);
    color: #eef7ef;
}

.n20-company::before {
    content: "";
    position: absolute;
    top: -125px;
    right: 0;
    left: 0;
    height: 126px;
    background: linear-gradient(180deg, var(--n20-ivory), #062b20);
}

.n20-company .n20-section-heading h2,
.n20-company .n20-section-heading > p:last-child {
    color: #f4f7ef;
}

.n20-company .n20-section-heading h2 em {
    color: #9ddbb9;
}

.n20-company .n20-section-heading .n20-kicker {
    color: #99d0b3;
}

.n20-company-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: clamp(30px, 6vw, 100px);
}

.n20-company-story {
    position: relative;
    min-height: 520px;
    padding: clamp(34px, 5vw, 72px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 38px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 44px 90px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(16px);
}

.n20-watermark {
    position: absolute;
    right: -28px;
    bottom: -28px;
    color: rgba(255, 255, 255, 0.035);
    font-family: var(--n20-serif);
    font-size: clamp(8rem, 18vw, 18rem);
    line-height: 0.7;
}

.n20-company-story p {
    position: relative;
    max-width: 850px;
    margin: 0 0 24px;
    color: rgba(240, 248, 240, 0.72);
    font-size: clamp(1rem, 1.35vw, 1.24rem);
    line-height: 1.75;
}

.n20-company-story .n20-lead {
    color: #fff;
    font-family: var(--n20-serif);
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.18;
}

.n20-company-story .n20-button {
    margin-top: 18px;
}

.n20-values {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.12);
}

.n20-values div {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    gap: 4px 12px;
    padding: 28px;
    background: rgba(5, 38, 29, 0.68);
    transition: background 220ms ease, padding-left 220ms ease;
}

.n20-values div:hover {
    padding-left: 36px;
    background: rgba(24, 104, 75, 0.68);
}

.n20-values div span {
    grid-row: 1 / 3;
    color: #91c9aa;
    font-family: var(--n20-serif);
    font-size: 1.5rem;
}

.n20-values div b {
    color: #fff;
    font-family: var(--n20-serif);
    font-size: 1.65rem;
    font-weight: 400;
}

.n20-values div small {
    color: rgba(235, 247, 238, 0.62);
    font-size: 0.82rem;
}

.n20-values > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 0 28px;
    background: #d7ebdd;
    color: var(--n20-deep);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.n20-aqua-glow {
    position: absolute;
    right: -15vw;
    bottom: -30vw;
    width: 70vw;
    height: 70vw;
    border: 1px solid rgba(156, 224, 193, 0.22);
    border-radius: 50%;
    box-shadow: 0 0 140px rgba(66, 179, 129, 0.14), inset 0 0 100px rgba(155, 221, 190, 0.09);
}

/* Products */
.n20-products {
    background:
        radial-gradient(circle at 12% 16%, rgba(170, 212, 188, 0.34), transparent 28%),
        linear-gradient(180deg, #dfece3, #f6f4ea 28%, #f5f1e6);
}

.n20-products::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg, #07261e, #dfece3);
}

.n20-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.n20-product-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(10, 79, 56, 0.13);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 24px 70px rgba(32, 75, 56, 0.08);
    color: var(--n20-ink);
    transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 360ms ease;
}

.n20-product-card:hover {
    z-index: 2;
    transform: translateY(-14px) rotate(calc((var(--product-index) - 1.5) * 0.5deg));
    box-shadow: 0 36px 90px rgba(19, 80, 57, 0.18);
}

.n20-product-image {
    position: relative;
    display: grid;
    height: 370px;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 72%, rgba(143, 202, 170, 0.44), transparent 36%),
        linear-gradient(160deg, rgba(248, 250, 244, 0.9), rgba(218, 236, 224, 0.86));
}

.n20-product-image::after {
    content: "";
    position: absolute;
    bottom: 12%;
    left: 19%;
    width: 62%;
    height: 8%;
    border-radius: 50%;
    background: rgba(26, 61, 48, 0.2);
    filter: blur(13px);
}

.n20-product-image span {
    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 2;
    color: var(--n20-forest);
    font-family: var(--n20-serif);
    font-size: 1.2rem;
}

.n20-product-image img {
    position: relative;
    z-index: 1;
    width: 92%;
    height: 92%;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 20px 20px rgba(15, 53, 39, 0.16));
    transition: transform 450ms ease;
}

.n20-product-card:hover .n20-product-image img {
    transform: translateY(-9px) scale(1.045) rotate(1deg);
}

.n20-product-copy {
    min-height: 260px;
    padding: 26px 26px 32px;
}

.n20-product-copy span {
    color: var(--n20-moss);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.n20-product-copy h3 {
    margin: 12px 0 14px;
    color: var(--n20-ink);
    font-family: var(--n20-serif);
    font-size: clamp(1.45rem, 2.1vw, 2.25rem);
    font-weight: 400;
    line-height: 1.03;
}

.n20-product-copy p {
    margin: 0;
    color: rgba(16, 35, 28, 0.66);
    font-size: 0.9rem;
    line-height: 1.62;
}

.n20-product-copy i {
    position: absolute;
    right: 24px;
    bottom: 22px;
    font-size: 1.15rem;
}

.n20-ripple-field {
    position: absolute;
    top: 7%;
    right: -9vw;
    width: 45vw;
    height: 45vw;
    border: 1px solid rgba(54, 140, 101, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(54, 140, 101, 0.03), 0 0 0 160px rgba(54, 140, 101, 0.025);
}

/* Campaign */
.n20-campaign {
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(245, 241, 230, 0), #082b21 13%),
        #082b21;
    color: #eef6ed;
}

.n20-campaign .n20-section-heading h2,
.n20-campaign .n20-section-heading > p:last-child {
    color: #f5f8f1;
}

.n20-campaign .n20-section-heading h2 em {
    color: #a3dbc0;
}

.n20-campaign .n20-section-heading .n20-kicker {
    color: #a3d3ba;
}

.n20-campaign .n20-section-heading > p:last-child {
    color: rgba(238, 247, 238, 0.68);
}

.n20-campaign-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.75fr);
    gap: clamp(30px, 6vw, 96px);
    align-items: start;
}

.n20-video-frame {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.26);
}

.n20-video-frame video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111;
    object-fit: cover;
}

.n20-video-frame > span {
    display: block;
    padding: 18px 22px;
    color: rgba(238, 247, 238, 0.62);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.n20-campaign-path {
    position: relative;
    display: grid;
    gap: 12px;
}

.n20-campaign-path::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 22px;
    width: 1px;
    background: linear-gradient(#a8ddc1, rgba(168, 221, 193, 0.06));
}

.n20-campaign-path article {
    position: relative;
    padding: 24px 24px 24px 70px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    transition: background 240ms ease, transform 240ms ease;
}

.n20-campaign-path article:hover {
    background: rgba(95, 175, 132, 0.15);
    transform: translateX(8px);
}

.n20-campaign-path article span {
    position: absolute;
    top: 25px;
    left: 14px;
    display: grid;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #9fd8ba;
    box-shadow: 0 0 22px rgba(159, 216, 186, 0.7);
    color: transparent;
    place-items: center;
}

.n20-campaign-path article h3 {
    margin: 0 0 7px;
    color: #fff;
    font-family: var(--n20-serif);
    font-size: 1.75rem;
    font-weight: 400;
}

.n20-campaign-path article p {
    margin: 0;
    color: rgba(238, 247, 238, 0.65);
    font-size: 0.88rem;
    line-height: 1.65;
}

/* Challenges */
.n20-challenge {
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 0%, rgba(231, 180, 99, 0.24), transparent 34%),
        linear-gradient(180deg, #143c2f 0%, #efdcc1 18%, #f3e8d5 100%);
}

.n20-challenge .n20-section-heading {
    padding-top: 74px;
}

.n20-challenge .n20-section-heading-dark h2,
.n20-challenge .n20-section-heading-dark > p:last-child {
    color: var(--n20-ink);
}

.n20-challenge .n20-section-heading-dark h2 em {
    color: #9b5738;
}

.n20-challenge .n20-section-heading-dark .n20-kicker {
    color: #965a3e;
}

.n20-challenge .n20-section-heading-dark > p:last-child {
    color: rgba(16, 35, 28, 0.66);
}

.n20-sunline {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 16px;
    background: linear-gradient(90deg, transparent, #efc681, transparent);
    filter: blur(8px);
    opacity: 0.7;
}

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

.n20-challenge-card {
    position: relative;
    min-height: 340px;
    padding: clamp(30px, 4vw, 52px);
    overflow: hidden;
    border: 1px solid rgba(110, 63, 35, 0.14);
    border-radius: 32px;
    background: rgba(255, 251, 241, 0.66);
    box-shadow: 0 24px 70px rgba(84, 55, 31, 0.09);
    transition: transform 300ms ease, background 300ms ease, color 300ms ease;
}

.n20-challenge-card:hover,
.n20-challenge-card:focus-visible {
    outline: 0;
    background: #b9633e;
    color: #fff;
    transform: translateY(-8px);
}

.n20-card-water {
    position: absolute;
    inset: -50%;
    border-radius: 40%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 48%);
    opacity: 0;
    transform: translateX(-34%);
    transition: opacity 300ms ease, transform 700ms ease;
}

.n20-challenge-card:hover .n20-card-water,
.n20-challenge-card:focus-visible .n20-card-water {
    opacity: 1;
    transform: translateX(26%);
}

.n20-challenge-card > span {
    position: relative;
    z-index: 1;
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.n20-challenge-card h3 {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 56px 0 18px;
    color: inherit;
    font-family: var(--n20-serif);
    font-size: clamp(2rem, 3.4vw, 3.8rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.95;
}

.n20-challenge-card p {
    position: relative;
    z-index: 1;
    max-width: 610px;
    margin: 0;
    color: rgba(31, 43, 35, 0.67);
    line-height: 1.7;
    transition: color 300ms ease;
}

.n20-challenge-card:hover p,
.n20-challenge-card:focus-visible p {
    color: rgba(255, 255, 255, 0.76);
}

.n20-challenge-card > b {
    position: absolute;
    top: 28px;
    right: 32px;
    font-family: var(--n20-serif);
    font-size: 2rem;
    font-weight: 400;
}

/* Role */
.n20-role-section {
    overflow: hidden;
    background: linear-gradient(180deg, #f3e8d5, #dcece3 35%, #e9f1e9);
}

.n20-role-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.n20-role-flow::before {
    content: "";
    position: absolute;
    top: 45px;
    right: 9%;
    left: 9%;
    height: 1px;
    background: rgba(29, 95, 67, 0.18);
}

.n20-flow-current {
    position: absolute;
    top: 42px;
    left: 8%;
    z-index: 2;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0b6548;
    box-shadow: 0 0 18px #45a778;
    animation: n20-flow 8s ease-in-out infinite;
}

@keyframes n20-flow {
    0%, 8% { left: 8%; }
    29% { left: 34%; }
    54% { left: 59%; }
    80%, 100% { left: 91%; }
}

.n20-role-node {
    position: relative;
    min-height: 360px;
    padding: 72px 26px 30px;
    border: 1px solid rgba(19, 92, 63, 0.14);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 24px 60px rgba(20, 69, 49, 0.07);
}

.n20-role-node > span {
    position: absolute;
    top: 30px;
    left: 28px;
    display: grid;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(16, 93, 63, 0.28);
    border-radius: 50%;
    background: #eaf3ec;
    color: var(--n20-forest);
    font-size: 0.65rem;
    font-weight: 800;
    place-items: center;
}

.n20-role-node h3 {
    margin: 0 0 12px;
    color: var(--n20-forest);
    font-family: var(--n20-serif);
    font-size: clamp(2.1rem, 3vw, 3.3rem);
    font-weight: 400;
}

.n20-role-node b {
    display: block;
    margin-bottom: 20px;
    color: var(--n20-ink);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.n20-role-node p {
    margin: 0;
    color: rgba(16, 35, 28, 0.65);
    font-size: 0.9rem;
    line-height: 1.68;
}

.n20-tool-ribbon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(16, 93, 63, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.48);
}

.n20-tool-ribbon span {
    margin-right: auto;
    padding: 8px 12px;
    color: var(--n20-moss);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.n20-tool-ribbon b {
    padding: 10px 15px;
    border: 1px solid rgba(15, 87, 59, 0.14);
    border-radius: 999px;
    background: rgba(236, 246, 239, 0.76);
    color: var(--n20-deep);
    font-size: 0.73rem;
}

/* Data */
.n20-data {
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 18%, rgba(102, 198, 157, 0.18), transparent 32%),
        linear-gradient(180deg, #0a3a2b, #041d17 74%, #07271e);
    color: #f2f7f0;
}

.n20-data::before {
    content: "";
    position: absolute;
    top: -110px;
    right: 0;
    left: 0;
    height: 110px;
    background: linear-gradient(180deg, #e9f1e9, #0a3a2b);
}

.n20-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
}

.n20-kpi {
    min-height: 205px;
    padding: 30px;
    background: rgba(2, 31, 23, 0.75);
}

.n20-kpi span,
.n20-kpi small,
.n20-kpi strong {
    display: block;
}

.n20-kpi span {
    min-height: 38px;
    color: rgba(235, 247, 238, 0.62);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.n20-kpi strong {
    margin: 22px 0 4px;
    color: #fff;
    font-family: var(--n20-serif);
    font-size: clamp(2.7rem, 4vw, 5rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.9;
}

.n20-kpi small {
    color: #94cdb0;
    font-size: 0.66rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.n20-chart-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 20px;
    margin-top: 20px;
}

.n20-chart-card {
    min-width: 0;
    padding: clamp(26px, 3vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.n20-chart-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.n20-chart-heading span {
    color: #93ceb1;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.n20-chart-heading h3 {
    margin: 7px 0 0;
    color: #fff;
    font-family: var(--n20-serif);
    font-size: clamp(1.7rem, 2.6vw, 3rem);
    font-weight: 400;
}

.n20-chart-heading small {
    color: rgba(235, 247, 238, 0.5);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.n20-chart {
    display: block;
    width: 100%;
    height: 330px;
}

.n20-chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 26px;
    margin-top: 18px;
}

.n20-chart-legend span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(239, 247, 240, 0.68);
    font-size: 0.74rem;
}

.n20-chart-legend i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--legend);
}

.n20-report-panel {
    display: grid;
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: 36px;
    margin-top: 20px;
    padding: clamp(30px, 4vw, 52px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 32px;
    background:
        radial-gradient(circle at 8% 50%, rgba(89, 194, 145, 0.12), transparent 30%),
        rgba(255, 255, 255, 0.055);
}

.n20-report-copy > span {
    color: #96d0b3;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.n20-report-copy h3 {
    margin: 14px 0 18px;
    color: #fff;
    font-family: var(--n20-serif);
    font-size: clamp(2.1rem, 3.5vw, 3.8rem);
    font-weight: 400;
    line-height: 0.95;
}

.n20-report-copy p {
    margin: 0 0 28px;
    color: rgba(236, 247, 239, 0.64);
    line-height: 1.7;
}

.n20-report-copy .n20-button-dark {
    background: #d7eddf;
    color: var(--n20-deep);
}

.n20-table-wrap {
    min-width: 0;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.n20-table-wrap table {
    width: 100%;
    min-width: 650px;
    border: 0;
    border-collapse: collapse;
    margin: 0;
    background: transparent;
    color: #eef7ef;
}

.n20-table-wrap th,
.n20-table-wrap td {
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    text-align: left;
}

.n20-table-wrap th {
    background: rgba(129, 203, 166, 0.11);
    color: #9fd3b8;
    font-size: 0.65rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.n20-table-wrap td {
    color: rgba(239, 248, 241, 0.72);
    font-size: 0.78rem;
}

.n20-table-wrap td:nth-child(2) {
    color: #fff;
    font-weight: 750;
}

.n20-data-mist {
    position: absolute;
    right: -20vw;
    bottom: -20vw;
    width: 80vw;
    height: 80vw;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(111, 206, 164, 0.11), transparent 62%);
    filter: blur(20px);
}

/* Product data */
.n20-products-data {
    background:
        radial-gradient(circle at 18% 80%, rgba(130, 196, 160, 0.23), transparent 35%),
        linear-gradient(180deg, #e6eee6, #f5f2e7);
}

.n20-products-data::before {
    content: "";
    position: absolute;
    top: -115px;
    right: 0;
    left: 0;
    height: 116px;
    background: linear-gradient(180deg, #07271e, #e6eee6);
}

.n20-product-data-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    gap: 20px;
}

.n20-chart-card-light {
    border-color: rgba(23, 94, 65, 0.14);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: var(--n20-shadow);
}

.n20-chart-card-light .n20-chart-heading h3 {
    color: var(--n20-ink);
}

.n20-chart-card-light .n20-chart-heading small {
    color: rgba(16, 35, 28, 0.48);
}

.n20-chart-tall {
    height: 420px;
}

.n20-signal-stack {
    display: grid;
    gap: 14px;
}

.n20-signal-card {
    position: relative;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(23, 94, 65, 0.14);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 18px 50px rgba(27, 70, 51, 0.07);
}

.n20-signal-card::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 115px;
    height: 115px;
    border: 1px solid rgba(24, 113, 77, 0.13);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(24, 113, 77, 0.035);
}

.n20-signal-card span {
    color: var(--n20-moss);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.n20-signal-card strong {
    float: right;
    color: var(--n20-forest);
    font-family: var(--n20-serif);
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 0.7;
}

.n20-signal-card h3 {
    clear: both;
    margin: 28px 0 10px;
    color: var(--n20-ink);
    font-family: var(--n20-serif);
    font-size: 1.65rem;
    font-weight: 400;
}

.n20-signal-card p {
    margin: 0;
    color: rgba(16, 35, 28, 0.64);
    font-size: 0.86rem;
    line-height: 1.63;
}

/* Tết */
.n20-tet {
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 22%, rgba(238, 180, 92, 0.2), transparent 26%),
        linear-gradient(150deg, #2b1710, #691b16 52%, #2c1612);
    color: #fff4e7;
}

.n20-tet::before {
    content: "";
    position: absolute;
    top: -110px;
    right: 0;
    left: 0;
    height: 111px;
    background: linear-gradient(180deg, #f5f2e7, #2b1710);
}

.n20-tet .n20-section-heading-dark h2 em {
    color: #f6bd67;
}

.n20-tet .n20-section-heading-dark .n20-kicker {
    color: #efb55e;
}

.n20-tet-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    gap: clamp(28px, 5vw, 78px);
    align-items: center;
}

.n20-tet-art {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 221, 159, 0.2);
    border-radius: 34px;
    background: #171717;
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.32);
}

.n20-tet-art img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.n20-tet-art:hover img {
    transform: scale(1.04);
}

.n20-tet-art figcaption {
    padding: 16px 20px;
    color: rgba(255, 239, 220, 0.54);
    font-size: 0.65rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.n20-tet-story {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.n20-tet-story article {
    min-height: 210px;
    padding: 25px;
    border: 1px solid rgba(255, 224, 174, 0.17);
    border-radius: 24px;
    background: rgba(255, 236, 210, 0.07);
    transition: background 240ms ease, transform 240ms ease;
}

.n20-tet-story article:hover {
    background: rgba(234, 172, 89, 0.17);
    transform: translateY(-6px);
}

.n20-tet-story span,
.n20-tet-story strong {
    display: block;
}

.n20-tet-story span {
    color: #eeb668;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.n20-tet-story strong {
    margin: 26px 0 12px;
    color: #fff6e8;
    font-family: var(--n20-serif);
    font-size: clamp(1.8rem, 2.7vw, 3rem);
    font-weight: 400;
    line-height: 0.95;
}

.n20-tet-story p {
    margin: 0;
    color: rgba(255, 240, 221, 0.62);
    font-size: 0.83rem;
    line-height: 1.6;
}

.n20-tet-glow {
    position: absolute;
    top: 16%;
    right: 2%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(252, 187, 89, 0.24), transparent 67%);
    filter: blur(20px);
    animation: n20-stage-pulse 5s ease-in-out infinite;
}

/* Insights */
.n20-insights {
    overflow: hidden;
    background:
        radial-gradient(circle at 5% 30%, rgba(116, 191, 151, 0.22), transparent 28%),
        linear-gradient(180deg, #dceae0, #f6f3e9 42%, #eef3eb);
}

.n20-insights::before {
    content: "";
    position: absolute;
    top: -115px;
    right: 0;
    left: 0;
    height: 116px;
    background: linear-gradient(180deg, #2c1612, #dceae0);
}

.n20-insight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.n20-insight-card {
    position: relative;
    min-height: 300px;
    padding: clamp(30px, 4vw, 52px);
    overflow: hidden;
    border: 1px solid rgba(20, 85, 59, 0.14);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: 0 24px 70px rgba(33, 75, 56, 0.08);
}

.n20-insight-card::before {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(49, 132, 91, 0.14);
    border-radius: 100% 0 100% 0;
    transform: rotate(22deg);
}

.n20-insight-card span {
    color: var(--n20-moss);
    font-family: var(--n20-serif);
    font-size: 1.35rem;
}

.n20-insight-card h3 {
    max-width: 560px;
    margin: 52px 0 16px;
    color: var(--n20-ink);
    font-family: var(--n20-serif);
    font-size: clamp(2rem, 3.3vw, 3.7rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.95;
}

.n20-insight-card p {
    max-width: 620px;
    margin: 0;
    color: rgba(16, 35, 28, 0.65);
    line-height: 1.7;
}

.n20-final-quote {
    display: grid;
    grid-template-columns: 0.28fr 1fr;
    gap: 40px;
    margin-top: 18px;
    padding: clamp(34px, 5vw, 70px);
    border-radius: 32px;
    background: var(--n20-deep);
    color: #fff;
}

.n20-final-quote > span {
    color: #9dd0b4;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.n20-final-quote blockquote {
    margin: 0;
    border: 0;
    color: #f2f7ef;
    font-family: var(--n20-serif);
    font-size: clamp(2.2rem, 4.3vw, 5.2rem);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1;
}

/* Outro */
.n20-outro {
    min-height: 620px;
    padding: 150px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 50%, rgba(132, 210, 174, 0.22), transparent 29%),
        linear-gradient(145deg, #041c16, #0a4936);
    color: #fff;
}

.n20-outro-grid {
    display: grid;
    grid-template-columns: 1fr 0.62fr;
    align-items: end;
    gap: 60px;
}

.n20-outro h2 {
    margin: 0;
    color: #fff;
    font-family: var(--n20-serif);
    font-size: clamp(4rem, 8.4vw, 9.6rem);
    font-weight: 400;
    letter-spacing: -0.07em;
    line-height: 0.8;
}

.n20-outro h2 em {
    color: #9fd4b7;
    font-weight: 400;
}

.n20-outro-actions {
    display: grid;
    justify-items: start;
    gap: 15px;
}

.n20-outro-actions .n20-inline-link {
    color: #fff;
}

.n20-outro-water {
    position: absolute;
    right: -8vw;
    bottom: -36vw;
    width: 84vw;
    height: 64vw;
    border: 1px solid rgba(153, 221, 188, 0.17);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(144, 215, 180, 0.03), 0 0 0 140px rgba(144, 215, 180, 0.025);
    animation: n20-outro-breathe 7s ease-in-out infinite;
}

@keyframes n20-outro-breathe {
    50% { transform: scale(1.04) translateY(-12px); opacity: 0.76; }
}

@media (max-width: 1180px) {
    :root {
        --n20-shell: min(100% - 56px, 1160px);
    }

    .n20-hero {
        padding-top: 130px;
    }

    .n20-hero-layout {
        grid-template-columns: 0.9fr 1.1fr;
        gap: 24px;
    }

    .n20-product-stage {
        min-height: 540px;
    }

    .n20-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .n20-role-flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .n20-role-flow::before,
    .n20-flow-current {
        display: none;
    }
}

@media (max-width: 920px) {
    :root {
        --n20-shell: min(100% - 40px, 820px);
    }

    .n20-progress {
        display: none;
    }

    .n20-section {
        padding: 112px 0;
    }

    .n20-section-heading,
    .n20-company-grid,
    .n20-campaign-grid,
    .n20-product-data-grid,
    .n20-tet-grid,
    .n20-outro-grid,
    .n20-report-panel {
        grid-template-columns: 1fr;
    }

    .n20-section-heading {
        gap: 30px;
    }

    .n20-section-heading .n20-kicker {
        margin-bottom: 0;
    }

    .n20-hero {
        display: block;
        min-height: auto;
        padding: 136px 0 88px;
    }

    .n20-hero-layout {
        grid-template-columns: 1fr;
    }

    .n20-hero-copy {
        position: relative;
        z-index: 5;
        max-width: 730px;
        padding-bottom: 0;
    }

    .n20-hero h1 strong {
        font-size: clamp(4.1rem, 14vw, 8rem);
    }

    .n20-product-stage {
        min-height: 520px;
        margin-top: -26px;
    }

    .n20-hero-metrics {
        position: relative;
        bottom: auto;
        width: var(--n20-shell);
        margin-inline: auto;
        margin-top: 28px;
        grid-template-columns: repeat(2, 1fr);
        background: rgba(244, 249, 242, 0.66);
        backdrop-filter: blur(12px);
    }

    .n20-hero-metrics article:nth-child(2) {
        border-right: 0;
    }

    .n20-hero-metrics article:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(10, 62, 46, 0.13);
    }

    .n20-water-rings {
        right: -28%;
    }

    .n20-chart-grid {
        grid-template-columns: 1fr;
    }

    .n20-kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .n20-kpi:nth-child(2) {
        border-right: 0;
    }

    .n20-kpi:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .n20-final-quote {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    :root {
        --n20-shell: calc(100% - 28px);
    }

    .n20-section {
        padding: 88px 0;
    }

    .n20-section-heading {
        margin-bottom: 46px;
    }

    .n20-section-heading h2 {
        font-size: clamp(2.7rem, 14vw, 4.7rem);
        line-height: 0.91;
    }

    .n20-kicker {
        font-size: 0.63rem;
        letter-spacing: 0.18em;
    }

    .n20-button,
    .n20-inline-link {
        width: 100%;
    }

    .n20-hero {
        padding-top: 118px;
        background-position: 60% center;
    }

    .n20-hero-wash {
        background: linear-gradient(180deg, rgba(242, 249, 242, 0.91) 0%, rgba(238, 248, 240, 0.82) 54%, rgba(240, 248, 241, 0.25) 100%);
    }

    .n20-hero h1 span {
        font-size: 1rem;
    }

    .n20-hero h1 strong {
        font-size: clamp(3.55rem, 18vw, 6.2rem);
        line-height: 0.8;
    }

    .n20-actions {
        gap: 8px;
    }

    .n20-product-stage {
        min-height: 400px;
    }

    .n20-float-cleanser {
        right: 46%;
        width: 44%;
    }

    .n20-float-toner {
        right: 1%;
        width: 43%;
    }

    .n20-float-serum {
        right: 29%;
        width: 39%;
    }

    .n20-float-cream {
        right: 2%;
        width: 47%;
    }

    .n20-hero-metrics article {
        padding: 20px 16px;
    }

    .n20-hero-metrics strong {
        font-size: 2.2rem;
    }

    .n20-hero-metrics span {
        font-size: 0.59rem;
    }

    .n20-company-story {
        min-height: 0;
        border-radius: 28px;
    }

    .n20-company-story .n20-lead {
        font-size: 1.65rem;
    }

    .n20-product-grid,
    .n20-challenge-grid,
    .n20-role-flow,
    .n20-kpi-grid,
    .n20-insight-grid,
    .n20-tet-story {
        grid-template-columns: 1fr;
    }

    .n20-product-image {
        height: 330px;
    }

    .n20-product-copy {
        min-height: 220px;
    }

    .n20-challenge .n20-section-heading {
        padding-top: 40px;
    }

    .n20-challenge-card {
        min-height: 310px;
    }

    .n20-challenge-card h3 {
        margin-top: 46px;
        font-size: 2.4rem;
    }

    .n20-role-node {
        min-height: 300px;
    }

    .n20-kpi:nth-child(2) {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .n20-kpi:nth-child(-n + 3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .n20-chart {
        height: 290px;
    }

    .n20-chart-tall {
        height: 350px;
    }

    .n20-chart-card,
    .n20-report-panel {
        padding: 22px;
        border-radius: 24px;
    }

    .n20-report-panel {
        gap: 28px;
    }

    .n20-tet-story article {
        min-height: 180px;
    }

    .n20-insight-card {
        min-height: 280px;
    }

    .n20-final-quote {
        padding: 32px 24px;
    }

    .n20-final-quote blockquote {
        font-size: 2.25rem;
    }

    .n20-outro {
        min-height: 570px;
        padding: 110px 0;
    }

    .n20-outro h2 {
        font-size: clamp(3.7rem, 17vw, 6rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .n20-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .n20-leaves,
    .n20-water-rings,
    .n20-flow-current {
        display: none;
    }

    .n20-float-product,
    .n20-stage-light,
    .n20-outro-water {
        animation: none !important;
    }
}

/* =========================================================
   NEUL20S 2.7 — PRODUCT, CAMPAIGN & RESPONSIVE REFINEMENT
   ========================================================= */

body.pmd-neul20s-case .n20-site-header {
    position: absolute;
    top: 0;
    right: auto;
    left: 50%;
    width: var(--n20-shell);
    height: 88px;
    padding-inline: 0;
    border-bottom: 1px solid rgba(10, 72, 50, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transform: translateX(-50%);
}

body.pmd-neul20s-case.admin-bar .n20-site-header {
    top: 32px;
}

body.pmd-neul20s-case .n20-site-header .desktop-nav {
    gap: clamp(14px, 1.7vw, 28px);
}

body.pmd-neul20s-case .n20-site-header .desktop-nav a {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
}

.n20-product-stage {
    min-height: 620px;
}

.n20-product-family {
    position: absolute;
    right: -2%;
    bottom: 1%;
    z-index: 4;
    width: min(100%, 700px);
    height: 94%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 38px 34px rgba(10, 48, 35, 0.25));
    transform-origin: 52% 92%;
    will-change: transform;
    animation: n20-family-float 7.6s ease-in-out infinite;
}

.n20-hero h1 strong {
    line-height: 0.94;
}

.n20-product-family.n20-hero-product {
    right: 5%;
    bottom: 4%;
    width: min(72%, 500px);
    height: 88%;
    object-position: center;
    filter:
        drop-shadow(0 38px 34px rgba(10, 48, 35, 0.2))
        drop-shadow(0 0 32px rgba(192, 237, 208, 0.22));
}

@keyframes n20-family-float {
    0%, 100% { transform: translate3d(0, 0, 42px) rotate(-0.5deg); }
    50% { transform: translate3d(0, -15px, 58px) rotate(0.8deg); }
}

.n20-cica-branch {
    position: absolute;
    z-index: 0;
    width: clamp(180px, 32vw, 420px);
    height: auto;
    opacity: 0.1;
    object-fit: contain;
    pointer-events: none;
    transition: opacity 500ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.n20-cica-branch-story {
    top: -10%;
    right: -8%;
    transform: rotate(19deg);
}

.n20-cica-branch-values {
    right: -14%;
    bottom: -10%;
    width: 72%;
    opacity: 0.075;
    transform: rotate(-14deg);
}

.n20-company-story:hover .n20-cica-branch-story {
    opacity: 0.19;
    transform: rotate(15deg) scale(1.04);
}

.n20-values {
    position: relative;
}

.n20-values:hover .n20-cica-branch-values {
    opacity: 0.15;
    transform: rotate(-9deg) scale(1.05);
}

.n20-values div {
    z-index: 1;
}

.n20-product-window {
    position: relative;
    width: 100vw;
    margin-left: calc((100vw - var(--n20-shell)) / -2);
    overflow: hidden;
    padding: 22px 0 48px;
}

.n20-product-window::before,
.n20-product-window::after,
.n20-tet-window::before,
.n20-tet-window::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: clamp(32px, 8vw, 140px);
    pointer-events: none;
}

.n20-product-window::before {
    left: 0;
    background: linear-gradient(90deg, #f4f1e7, transparent);
}

.n20-product-window::after {
    right: 0;
    background: linear-gradient(-90deg, #f4f1e7, transparent);
}

.n20-product-track,
.n20-tet-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.n20-product-track {
    animation: n20-ribbon-scroll 42s linear infinite;
}

.n20-product-window:hover .n20-product-track,
.n20-tet-window:hover .n20-tet-track {
    animation-play-state: paused;
}

.n20-product-group,
.n20-tet-group {
    display: flex;
    gap: 20px;
    padding-right: 20px;
}

@keyframes n20-ribbon-scroll {
    to { transform: translateX(-50%); }
}

.n20-product-card {
    display: grid;
    flex: 0 0 clamp(430px, 38vw, 610px);
    grid-template-columns: minmax(180px, 0.86fr) minmax(210px, 1.14fr);
    min-height: 350px;
    border-radius: 36px;
}

.n20-product-card:hover {
    transform: translateY(-10px);
}

.n20-product-image {
    height: auto;
    min-height: 350px;
}

.n20-product-image img {
    width: 92%;
    height: 90%;
    mix-blend-mode: normal;
}

.n20-product-copy {
    display: flex;
    min-height: 350px;
    padding: 38px 34px 46px;
    flex-direction: column;
    justify-content: center;
}

.n20-product-copy h3 {
    font-size: clamp(1.75rem, 2.2vw, 2.85rem);
}

.n20-campaign-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
}

.n20-campaign-gallery {
    position: relative;
    display: grid;
    gap: 18px;
}

.n20-campaign-gallery figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 30px 86px rgba(0, 0, 0, 0.22);
}

.n20-campaign-gallery figure:nth-child(2) {
    width: 88%;
    margin: 18px 0 0 auto;
}

.n20-campaign-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 850ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 500ms ease;
}

.n20-campaign-gallery figure:hover img {
    filter: saturate(1.06) contrast(1.03);
    transform: scale(1.025);
}

.n20-campaign-gallery figcaption {
    position: relative;
    z-index: 2;
    min-height: 48px;
    padding: 16px 20px;
    color: rgba(238, 247, 238, 0.68);
    font-size: 0.67rem;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.n20-campaign {
    position: relative;
    padding-bottom: clamp(112px, 13vw, 190px);
}

.n20-campaign::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 0;
    height: clamp(130px, 17vw, 235px);
    background:
        radial-gradient(circle at 70% 100%, rgba(231, 180, 99, 0.17), transparent 38%),
        linear-gradient(180deg, rgba(8, 43, 33, 0), #143c2f 72%, #244d3e 100%);
    pointer-events: none;
}

.n20-campaign > .n20-shell,
.n20-campaign > .n20-leaves {
    position: relative;
    z-index: 1;
}

.n20-challenge {
    margin-top: -2px;
}

.n20-challenge-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.n20-challenge-card {
    grid-column: span 3;
    color: #1f2b23;
}

.n20-challenge-card:nth-child(5) {
    grid-column: 2 / span 4;
}

.n20-challenge-card > span,
.n20-challenge-card > b,
.n20-challenge-card h3 {
    color: inherit;
}

.n20-role-node,
.n20-role-node b {
    color: var(--n20-ink);
}

.n20-role-node p {
    color: rgba(16, 35, 28, 0.74);
}

.n20-data .n20-section-heading-dark h2,
.n20-data .n20-section-heading-dark h2 em,
.n20-data .n20-section-heading-dark > p:last-child,
.n20-data .n20-section-heading-dark .n20-kicker,
.n20-data .n20-chart-heading h3,
.n20-data .n20-report-copy h3 {
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.24);
}

.n20-data .n20-section-heading-dark h2,
.n20-data .n20-chart-heading h3,
.n20-data .n20-report-copy h3 {
    color: #fff;
}

.n20-data .n20-section-heading-dark > p:last-child,
.n20-data .n20-report-copy p {
    color: rgba(244, 250, 245, 0.78);
}

.n20-rate-note {
    display: block;
    margin: -10px 0 26px;
    color: rgba(190, 229, 207, 0.72);
    font-size: 0.68rem;
    line-height: 1.6;
}

.n20-tet-motion {
    position: absolute;
    top: 0;
    right: -4%;
    z-index: 0;
    width: min(48vw, 720px);
    height: 100%;
    opacity: 0.14;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.1) contrast(1.05);
    mix-blend-mode: screen;
    pointer-events: none;
}

.n20-tet-art {
    width: min(100%, 430px);
    justify-self: center;
}

.n20-tet-art video {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #160c08;
    object-fit: cover;
}

.n20-tet-window {
    position: relative;
    width: 100vw;
    margin: clamp(58px, 7vw, 92px) 0 0 calc((100vw - var(--n20-shell)) / -2);
    overflow: hidden;
    padding: 16px 0 40px;
}

.n20-tet-window::before {
    left: 0;
    background: linear-gradient(90deg, #3a1712, transparent);
}

.n20-tet-window::after {
    right: 0;
    background: linear-gradient(-90deg, #3a1712, transparent);
}

.n20-tet-track {
    animation: n20-ribbon-scroll 74s linear infinite;
}

.n20-tet-group {
    gap: 16px;
    padding-right: 16px;
}

.n20-tet-group figure {
    flex: 0 0 clamp(250px, 23vw, 360px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 220, 165, 0.2);
    border-radius: 24px;
    background: rgba(255, 236, 210, 0.06);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.n20-tet-group img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 500ms ease, filter 500ms ease;
}

.n20-tet-group figure:hover img {
    filter: saturate(1.12) contrast(1.04);
    transform: scale(1.035);
}

.n20-tet-group figcaption {
    padding: 14px 17px;
    color: rgba(255, 239, 218, 0.64);
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    body.pmd-neul20s-case .n20-site-header .desktop-nav {
        gap: 13px;
    }

    body.pmd-neul20s-case .n20-site-header .desktop-nav a {
        font-size: 0.6rem;
    }

    .n20-product-card {
        flex-basis: 520px;
    }
}

@media (max-width: 920px) {
    body.pmd-neul20s-case .n20-site-header {
        height: 78px;
    }

    .n20-product-stage {
        min-height: 520px;
        margin-top: -18px;
    }

    .n20-product-family {
        right: auto;
        left: 50%;
        width: min(92vw, 650px);
        transform: translateX(-50%);
        animation: n20-family-float-tablet 7.6s ease-in-out infinite;
    }

    .n20-product-family.n20-hero-product {
        right: auto;
        left: 50%;
        width: min(64vw, 430px);
    }

    @keyframes n20-family-float-tablet {
        0%, 100% { transform: translate3d(-50%, 0, 42px) rotate(-0.5deg); }
        50% { transform: translate3d(-50%, -14px, 58px) rotate(0.8deg); }
    }

    .n20-campaign-grid {
        grid-template-columns: 1fr;
    }

    .n20-campaign-gallery figure:nth-child(2) {
        width: 88%;
        margin-top: 18px;
    }

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

    .n20-challenge-card,
    .n20-challenge-card:nth-child(5) {
        grid-column: auto;
    }

    .n20-challenge-card:nth-child(5) {
        grid-column: 1 / -1;
    }

    .n20-tet-motion {
        right: -18%;
        width: 78vw;
    }
}

@media (max-width: 680px) {
    body.pmd-neul20s-case .n20-site-header {
        width: calc(100% - 28px);
        height: 70px;
    }

    body.pmd-neul20s-case .n20-site-header .mobile-menu nav {
        border: 1px solid rgba(10, 72, 50, 0.16);
        background: rgba(238, 246, 238, 0.97);
        box-shadow: 0 24px 60px rgba(4, 37, 27, 0.18);
        backdrop-filter: blur(18px);
    }

    body.pmd-neul20s-case .n20-site-header .mobile-menu nav a {
        color: var(--n20-deep);
    }

    .n20-product-stage {
        min-height: 410px;
        margin-top: 0;
    }

    .n20-product-family {
        width: min(100%, 480px);
        height: 100%;
    }

    .n20-product-family.n20-hero-product {
        width: min(76vw, 360px);
        height: 94%;
    }

    .n20-hero-metrics strong {
        font-size: clamp(1.65rem, 8vw, 2.3rem);
    }

    .n20-company-story,
    .n20-values {
        border-radius: 26px;
    }

    .n20-cica-branch-story {
        right: -24%;
    }

    .n20-product-window {
        margin-left: -14px;
    }

    .n20-product-card {
        flex-basis: 84vw;
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 28px;
    }

    .n20-product-image {
        min-height: 300px;
    }

    .n20-product-copy {
        min-height: 250px;
        padding: 28px 26px 44px;
    }

    .n20-product-copy h3 {
        font-size: 2rem;
    }

    .n20-campaign-gallery figure:nth-child(2) {
        width: 94%;
        margin-top: 0;
    }

    .n20-campaign-gallery img {
        aspect-ratio: 4 / 3;
    }

    .n20-challenge-grid {
        grid-template-columns: 1fr;
    }

    .n20-challenge-card:nth-child(5) {
        grid-column: auto;
    }

    .n20-challenge-card h3 {
        font-size: 2.2rem;
    }

    .n20-kpi strong {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .n20-chart-legend {
        display: grid;
    }

    .n20-tet-grid {
        grid-template-columns: 1fr;
    }

    .n20-tet-art {
        width: min(88vw, 340px);
    }

    .n20-tet-window {
        margin-left: -14px;
    }

    .n20-tet-group figure {
        flex-basis: 76vw;
    }

    .n20-tet-motion {
        right: -42%;
        width: 120vw;
        opacity: 0.1;
    }
}

@media screen and (max-width: 782px) {
    body.pmd-neul20s-case.admin-bar .n20-site-header {
        top: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .n20-product-family,
    .n20-product-track,
    .n20-tet-track {
        animation: none !important;
    }

    .n20-product-window,
    .n20-tet-window {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .n20-product-card,
    .n20-tet-group figure {
        scroll-snap-align: start;
    }

    .n20-product-group[aria-hidden="true"],
    .n20-tet-group[aria-hidden="true"] {
        display: none;
    }

    .n20-tet-motion {
        display: none;
    }
}

/* 2.7.1 — protect light-section typography from portfolio-wide heading colors. */
body.pmd-neul20s-case .n20-products .n20-section-heading h2,
body.pmd-neul20s-case .n20-role-section .n20-section-heading h2,
body.pmd-neul20s-case .n20-products-data .n20-section-heading h2,
body.pmd-neul20s-case .n20-insights .n20-section-heading h2 {
    color: var(--n20-ink) !important;
}

body.pmd-neul20s-case .n20-products .n20-section-heading h2 em,
body.pmd-neul20s-case .n20-role-section .n20-section-heading h2 em,
body.pmd-neul20s-case .n20-products-data .n20-section-heading h2 em,
body.pmd-neul20s-case .n20-insights .n20-section-heading h2 em {
    color: var(--n20-forest) !important;
}

body.pmd-neul20s-case .n20-product-copy h3,
body.pmd-neul20s-case .n20-challenge-card h3,
body.pmd-neul20s-case .n20-products-data h3,
body.pmd-neul20s-case .n20-insights h3 {
    color: var(--n20-ink) !important;
}

body.pmd-neul20s-case .n20-role-node h3 {
    color: var(--n20-forest) !important;
}

body.pmd-neul20s-case .n20-products .n20-section-heading > p:last-child {
    color: rgba(16, 35, 28, 0.69) !important;
}

body.pmd-neul20s-case .n20-products .n20-section-heading .n20-kicker {
    color: var(--n20-forest) !important;
}

/* =========================================================
   NEUL20S 2.9.6 - DESKTOP HERO AND SOLID SECTION COLORS
   ========================================================= */

@media (min-width: 921px) {
    body.pmd-neul20s-case .n20-hero {
        min-height: max(860px, 100dvh);
        padding: 132px 0 168px;
    }

    body.pmd-neul20s-case .n20-hero-layout {
        grid-template-columns: minmax(650px, 1.14fr) minmax(430px, 0.86fr);
        gap: clamp(28px, 3.8vw, 58px);
    }

    body.pmd-neul20s-case .n20-hero-copy {
        padding-bottom: 0;
    }

    body.pmd-neul20s-case .n20-hero h1 strong {
        max-width: none;
        font-size: clamp(5.35rem, 6.55vw, 6.65rem);
        line-height: 0.84;
    }

    body.pmd-neul20s-case .n20-hero-title-lock {
        display: inline-block;
        white-space: nowrap;
        font: inherit;
        font-style: normal;
    }

    body.pmd-neul20s-case .n20-hero-role {
        margin-top: 26px;
    }

    body.pmd-neul20s-case .n20-intro {
        max-width: 620px;
        line-height: 1.6;
    }

    body.pmd-neul20s-case .n20-actions {
        flex-wrap: nowrap;
        gap: 22px;
        margin-top: 26px;
    }

    body.pmd-neul20s-case .n20-actions a {
        width: auto;
        flex: 0 0 auto;
        white-space: nowrap;
    }

    body.pmd-neul20s-case .n20-hero-metrics {
        bottom: 24px;
    }

    body.pmd-neul20s-case .n20-product-stage {
        min-height: 560px;
    }

    body.pmd-neul20s-case .n20-product-family.n20-hero-product {
        right: 0;
        width: min(82%, 460px);
    }
}

body.pmd-neul20s-case .n20-campaign {
    background: #0a3328;
}

body.pmd-neul20s-case .n20-campaign::after {
    display: none;
}

body.pmd-neul20s-case .n20-challenge {
    margin-top: 0;
    background: #dce9df;
}

body.pmd-neul20s-case .n20-challenge .n20-section-heading {
    padding-top: 0;
}

body.pmd-neul20s-case .n20-challenge .n20-section-heading-dark h2 em,
body.pmd-neul20s-case .n20-challenge .n20-section-heading-dark .n20-kicker {
    color: var(--n20-forest);
}

body.pmd-neul20s-case .n20-challenge .n20-section-heading-dark > p:last-child {
    color: rgba(16, 35, 28, 0.69);
}

body.pmd-neul20s-case .n20-challenge .n20-sunline,
body.pmd-neul20s-case .n20-challenge .n20-card-water {
    display: none;
}

body.pmd-neul20s-case .n20-challenge-card {
    border-color: rgba(16, 91, 65, 0.14);
    background: rgba(247, 251, 247, 0.72);
    box-shadow: 0 24px 70px rgba(20, 69, 49, 0.08);
}

body.pmd-neul20s-case .n20-challenge-card:hover,
body.pmd-neul20s-case .n20-challenge-card:focus-visible {
    background: var(--n20-forest);
    color: #f4f8f3;
}

body.pmd-neul20s-case .n20-challenge-card:hover h3,
body.pmd-neul20s-case .n20-challenge-card:focus-visible h3 {
    color: #f4f8f3 !important;
}

@media (max-width: 920px) {
    body.pmd-neul20s-case .n20-hero-title-lock {
        font: inherit;
        font-style: normal;
    }
}
