:root {
    --peptide-ink: #13211b;
    --peptide-green: #16a36a;
    --peptide-mint: #8ee6bb;
    --peptide-gold: #f0b84a;
    --peptide-blue: #2477ff;
    --peptide-surface: rgba(255, 255, 255, 0.78);
    --peptide-line: rgba(22, 163, 106, 0.16);
    --peptide-shadow: 0 24px 70px rgba(19, 33, 27, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at 12% 12%, rgba(142, 230, 187, 0.22), transparent 30vw),
        radial-gradient(circle at 88% 8%, rgba(36, 119, 255, 0.12), transparent 28vw),
        linear-gradient(180deg, #fbfdf9 0%, #ffffff 34%, #f6faf7 100%) !important;
}

body::selection {
    background: rgba(22, 163, 106, 0.24);
}

#peptide-particles,
.cursor-aura {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

#peptide-particles {
    z-index: 2;
    opacity: 0.18;
}

.cursor-aura {
    width: 340px;
    height: 340px;
    left: 0;
    top: 0;
    z-index: 9998;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(142, 230, 187, 0.22) 0%, rgba(36, 119, 255, 0.10) 36%, transparent 68%);
    mix-blend-mode: multiply;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity 0.24s ease;
    opacity: 0;
}

body.is-pointer-active .cursor-aura {
    opacity: 0.42;
}

body > nav,
body > main,
body > header,
body > section,
body > div,
body > footer {
    position: relative;
}

main,
.section,
.layout-container,
.content-container,
.grid-container,
footer {
    z-index: 1;
}

.site-loader {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(142, 230, 187, 0.22), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f5fbf7 100%);
    transition: opacity 0.38s ease, visibility 0.38s ease;
}

.site-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.site-loader-mark {
    width: min(360px, 76vw);
    aspect-ratio: 420 / 260;
    display: grid;
    place-items: center;
}

.site-loader-mark img {
    display: block;
    width: 100%;
    height: auto;
}

.global-nav {
    background: rgba(8, 18, 14, 0.42) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.global-nav.scrolled {
    background: rgba(255, 255, 255, 0.82) !important;
    border-bottom: 1px solid rgba(22, 163, 106, 0.16) !important;
    box-shadow: 0 10px 34px rgba(19, 33, 27, 0.08);
}

.nav-content {
    max-width: 1180px !important;
}

.nav-item,
.brand-logo {
    letter-spacing: 0 !important;
}

.brand-logo {
    color: #ffffff !important;
    text-shadow: 0 1px 18px rgba(142, 230, 187, 0.25);
}

.global-nav.scrolled .brand-logo {
    color: var(--peptide-ink) !important;
    text-shadow: none;
}

.nav-item {
    border-radius: 999px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav-item:hover,
.nav-item.active-page {
    background: rgba(142, 230, 187, 0.16);
    color: #ffffff !important;
}

.global-nav.scrolled .nav-item:hover,
.global-nav.scrolled .nav-item.active-page {
    background: rgba(22, 163, 106, 0.10);
    color: var(--peptide-green) !important;
}

.dropdown-content {
    min-width: 142px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(22, 163, 106, 0.14) !important;
    box-shadow: 0 22px 48px rgba(19, 33, 27, 0.14) !important;
}

.hero-section {
    isolation: isolate;
}

.hero-section::after,
.page-header::after {
    content: "";
    position: absolute;
    inset: auto 8% -1px 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(142, 230, 187, 0.68), rgba(240, 184, 74, 0.55), transparent);
    z-index: 2;
}

section.hero-section,
header.hero-section {
    background-blend-mode: normal;
}

.hero-section::before {
    background:
        radial-gradient(circle at 50% 22%, rgba(22, 163, 106, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(2, 8, 5, 0.58) 0%, rgba(2, 8, 5, 0.30) 42%, rgba(2, 8, 5, 0.68) 100%) !important;
}

section.hero-section .text-container,
header.hero-section .hero-content {
    position: relative;
    z-index: 3;
    width: min(100%, 820px);
    padding: 26px 28px;
}

section.hero-section .headline,
header.hero-section .hero-title,
.page-title {
    letter-spacing: 0 !important;
}

section.hero-section .headline,
header.hero-section .hero-title {
    text-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

section.hero-section .headline {
    background: linear-gradient(135deg, #ffffff 0%, #e7fff1 46%, #9ff0c8 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero-subtitle,
.subhead,
.page-subtitle {
    letter-spacing: 0 !important;
}

.page-header {
    position: relative;
    overflow: hidden;
    color: var(--peptide-ink);
    background:
        radial-gradient(circle at 15% 20%, rgba(142, 230, 187, 0.34), transparent 34%),
        radial-gradient(circle at 82% 18%, rgba(36, 119, 255, 0.14), transparent 32%),
        linear-gradient(135deg, #f5fff9 0%, #ffffff 54%, #eef7f1 100%) !important;
    border-bottom: 1px solid rgba(22, 163, 106, 0.10);
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(22, 163, 106, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22, 163, 106, 0.07) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.7;
}

.page-title,
.page-subtitle,
.page-header > * {
    position: relative;
    z-index: 1;
}

.page-title,
.headline,
.hero-title {
    font-weight: 700 !important;
}

.section-title,
h2.section-title,
.product-title,
.grid-headline {
    color: var(--peptide-ink) !important;
}

.section-title::after,
h2.section-title::after,
.product-title::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--peptide-green), var(--peptide-gold));
}

.content-container,
.main-content {
    position: relative;
}

.content-container p,
.product-content p,
.main-content p {
    color: rgba(19, 33, 27, 0.78) !important;
}

.bg-item,
.grid-item,
.product-section,
.lab-card,
.member-card,
.honor-card,
.contact-card,
.modal-content,
.content-container > ul,
.content-container > ol {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(22, 163, 106, 0.12) !important;
    box-shadow: var(--peptide-shadow) !important;
}

.bg-item,
.product-section,
.lab-card,
.honor-card,
.contact-card,
.content-container > ul,
.content-container > ol {
    background: var(--peptide-surface) !important;
    border-radius: 18px !important;
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.background-section {
    background:
        linear-gradient(135deg, rgba(246, 250, 247, 0.94), rgba(255, 255, 255, 0.82)),
        radial-gradient(circle at 80% 10%, rgba(142, 230, 187, 0.22), transparent 34%) !important;
}

.bg-item {
    padding: 28px !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.bg-item:hover,
.grid-item:hover,
.product-section:hover,
.lab-card:hover,
.member-card:hover {
    border-color: rgba(22, 163, 106, 0.30) !important;
    box-shadow: 0 30px 86px rgba(19, 33, 27, 0.16) !important;
}

.grid-container {
    background: transparent !important;
    gap: 18px !important;
    padding: 18px !important;
}

.grid-item {
    border-radius: 22px !important;
    background:
        radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 0%), rgba(142, 230, 187, 0.24), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 250, 247, 0.86)) !important;
}

.mock-visual {
    border: 1px solid rgba(255, 255, 255, 0.42);
    transform: translateZ(0);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.mock-visual:hover {
    transform: translateY(-6px) scale(1.02);
    filter: saturate(1.12);
}

.product-regen {
    background:
        radial-gradient(circle at 50% 95%, rgba(22, 163, 106, 0.18), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%) !important;
}

.product-fresh {
    background:
        radial-gradient(circle at 50% 74%, rgba(36, 119, 255, 0.22), transparent 34%),
        linear-gradient(180deg, #06100c 0%, #111111 100%) !important;
}

.product-fresh .headline {
    color: #ffffff !important;
}

.product-section {
    padding: 34px !important;
}

.product-section + .divider {
    border-top-color: rgba(22, 163, 106, 0.14) !important;
}

.sidebar {
    border-left-color: rgba(22, 163, 106, 0.16) !important;
}

.sidebar-link::before {
    background: linear-gradient(180deg, var(--peptide-green), var(--peptide-gold)) !important;
}

.sidebar-link:hover,
.sidebar-link.active,
.product-subtitle,
.cta-link {
    color: var(--peptide-green) !important;
}

.cta-link {
    font-weight: 600;
}

.cta-link::after {
    color: var(--peptide-gold);
}

.hero-section .cta-links {
    flex-wrap: wrap;
}

.hero-section .cta-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    color: #ffffff !important;
    background: rgba(9, 22, 15, 0.34);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px) saturate(130%);
    -webkit-backdrop-filter: blur(16px) saturate(130%);
    transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.hero-section .cta-link:hover {
    text-decoration: none;
    transform: translateY(-2px);
    background: rgba(22, 163, 106, 0.34);
    border-color: rgba(142, 230, 187, 0.54);
}

.hero-section .subhead,
.hero-section .hero-subtitle {
    color: rgba(255, 255, 255, 0.88) !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
    overflow-wrap: anywhere;
}

.lab-grid,
.team-grid {
    perspective: 1100px;
}

.lab-card,
.member-card {
    transform-style: preserve-3d;
}

.lab-card-img img,
.member-card img {
    transition: transform 0.45s ease, filter 0.45s ease;
}

.lab-card:hover img,
.member-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.03);
}

.interaction-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(255, 255, 255, 0.42), transparent 32%);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.interaction-surface:hover::before {
    opacity: 1;
}

.interaction-surface > * {
    position: relative;
    z-index: 2;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

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

footer {
    background:
        linear-gradient(180deg, rgba(246, 250, 247, 0.92), rgba(236, 246, 239, 0.96)) !important;
    border-top: 1px solid rgba(22, 163, 106, 0.12);
}

/* Bio-tech visual upgrade */
:root {
    --tech-ink: #07130f;
    --tech-panel: rgba(255, 255, 255, 0.74);
    --tech-panel-strong: rgba(248, 253, 250, 0.9);
    --tech-cyan: #28b7d7;
    --tech-green: #18b277;
    --tech-lime: #a8f0c5;
    --tech-amber: #f0b84a;
    --tech-border: rgba(24, 178, 119, 0.22);
    --tech-border-hot: rgba(40, 183, 215, 0.42);
    --tech-shadow: 0 28px 90px rgba(6, 25, 18, 0.14);
}

body {
    color: var(--tech-ink);
    background:
        linear-gradient(rgba(24, 178, 119, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(40, 183, 215, 0.032) 1px, transparent 1px),
        linear-gradient(180deg, #f9fdfb 0%, #ffffff 42%, #f3faf6 100%) !important;
    background-size: 34px 34px, 34px 34px, auto;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(115deg, transparent 0 42px, rgba(24, 178, 119, 0.045) 42px 43px, transparent 43px 112px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.16));
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.18));
}

.site-loader {
    background:
        linear-gradient(rgba(24, 178, 119, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(40, 183, 215, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(248, 253, 250, 0.96), rgba(239, 249, 244, 0.96)) !important;
    background-size: 30px 30px, 30px 30px, auto;
}

.site-loader-mark {
    width: min(320px, 72vw);
    filter: drop-shadow(0 18px 40px rgba(8, 52, 40, 0.18));
}

.global-nav {
    background:
        linear-gradient(90deg, rgba(5, 18, 14, 0.72), rgba(9, 33, 25, 0.58), rgba(5, 18, 14, 0.72)) !important;
    border-bottom: 1px solid rgba(142, 230, 187, 0.18) !important;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.14);
}

.global-nav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--tech-cyan), var(--tech-green), var(--tech-amber), transparent);
    opacity: 0.76;
}

.global-nav.scrolled {
    background:
        linear-gradient(90deg, rgba(252, 255, 253, 0.9), rgba(242, 251, 247, 0.86), rgba(252, 255, 253, 0.9)) !important;
    border-bottom-color: rgba(24, 178, 119, 0.22) !important;
}

.nav-item,
.brand-logo {
    font-weight: 650;
}

.nav-item {
    border: 1px solid transparent;
    transition: color 0.24s ease, border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.nav-item:hover,
.nav-item.active-page {
    border-color: rgba(142, 230, 187, 0.32);
    background: linear-gradient(135deg, rgba(24, 178, 119, 0.18), rgba(40, 183, 215, 0.14));
    transform: translateY(-1px);
}

.dropdown-content {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 250, 246, 0.92)) !important;
    border-color: rgba(24, 178, 119, 0.24) !important;
}

.dropdown-content a:hover {
    background: rgba(24, 178, 119, 0.10) !important;
    color: var(--tech-green) !important;
}

.hero-section::before {
    background:
        linear-gradient(rgba(142, 230, 187, 0.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(40, 183, 215, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(2, 8, 5, 0.68) 0%, rgba(2, 18, 13, 0.38) 42%, rgba(2, 8, 5, 0.74) 100%) !important;
    background-size: 44px 44px, 44px 44px, auto;
}

.hero-section::after,
.page-header::after {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--tech-cyan), var(--tech-green), var(--tech-amber), transparent);
    box-shadow: 0 0 22px rgba(40, 183, 215, 0.36);
}

section.hero-section .text-container,
header.hero-section .hero-content {
    border: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

section.hero-section .headline,
header.hero-section .hero-title {
    text-shadow:
        0 18px 68px rgba(0, 0, 0, 0.42),
        0 0 28px rgba(142, 230, 187, 0.22);
}

.page-header {
    background:
        linear-gradient(rgba(24, 178, 119, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(40, 183, 215, 0.055) 1px, transparent 1px),
        linear-gradient(135deg, #f4fff9 0%, #ffffff 52%, #eef9f3 100%) !important;
    background-size: 34px 34px, 34px 34px, auto;
}

.page-header::before {
    background-image:
        linear-gradient(120deg, transparent 0 46px, rgba(24, 178, 119, 0.10) 46px 47px, transparent 47px 120px),
        linear-gradient(60deg, transparent 0 60px, rgba(40, 183, 215, 0.08) 60px 61px, transparent 61px 136px);
    background-size: 140px 140px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent);
}

.page-title,
.headline,
.hero-title {
    letter-spacing: 0 !important;
}

.section-title,
h2.section-title,
.product-title,
.grid-headline {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 18px;
    text-wrap: balance;
}

.section-title::before,
h2.section-title::before,
.product-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 22px;
    z-index: -1;
    transform: translateY(-38%);
    background: linear-gradient(90deg, transparent, rgba(24, 178, 119, 0.12), rgba(40, 183, 215, 0.10), transparent);
}

.section-title::after,
h2.section-title::after,
.product-title::after {
    width: 78px;
    height: 2px;
    background: linear-gradient(90deg, var(--tech-cyan), var(--tech-green), var(--tech-amber));
    box-shadow: 0 0 18px rgba(24, 178, 119, 0.28);
}

.content-container,
.main-content,
.product-section,
.bg-item,
.grid-item,
.lab-card,
.member-card,
.honor-card,
.contact-card,
.modal-content,
.content-container > ul,
.content-container > ol {
    border-color: var(--tech-border) !important;
    box-shadow: var(--tech-shadow) !important;
}

.bg-item,
.product-section,
.lab-card,
.honor-card,
.contact-card,
.content-container > ul,
.content-container > ol,
.modal-content {
    background:
        linear-gradient(135deg, var(--tech-panel-strong), rgba(255, 255, 255, 0.72)),
        linear-gradient(120deg, rgba(24, 178, 119, 0.06), transparent 44%, rgba(40, 183, 215, 0.06)) !important;
}

.bg-item::after,
.grid-item::after,
.product-section::after,
.lab-card::after,
.member-card::after,
.honor-card::after,
.contact-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, var(--tech-border-hot) 0 18px, transparent 18px calc(100% - 18px), var(--tech-border-hot) calc(100% - 18px)),
        linear-gradient(180deg, var(--tech-border-hot) 0 18px, transparent 18px calc(100% - 18px), var(--tech-border-hot) calc(100% - 18px));
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%;
    opacity: 0;
    transition: opacity 0.24s ease;
}

.bg-item:hover::after,
.grid-item:hover::after,
.product-section:hover::after,
.lab-card:hover::after,
.member-card:hover::after,
.honor-card:hover::after,
.contact-card:hover::after {
    opacity: 1;
}

.grid-item,
.member-card,
.lab-card {
    background:
        radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 0%), rgba(40, 183, 215, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(244, 251, 247, 0.88)) !important;
}

.member-info-overlay {
    background:
        linear-gradient(180deg, transparent 0%, rgba(4, 17, 13, 0.42) 38%, rgba(4, 17, 13, 0.82) 100%) !important;
}

.member-info-overlay .name,
.member-info-overlay .role {
    text-shadow: 0 0 18px rgba(142, 230, 187, 0.24);
}

.sidebar {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(242, 250, 246, 0.60)) !important;
    border-left: 1px solid rgba(24, 178, 119, 0.22) !important;
    border-right: 1px solid rgba(40, 183, 215, 0.08);
    box-shadow: 16px 0 44px rgba(6, 25, 18, 0.06);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.sidebar-title {
    color: var(--tech-ink) !important;
}

.sidebar-link {
    border-radius: 8px;
    transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.sidebar-link:hover,
.sidebar-link.active {
    background: linear-gradient(90deg, rgba(24, 178, 119, 0.10), rgba(40, 183, 215, 0.08));
    transform: translateX(2px);
}

.cta-link {
    color: var(--tech-cyan) !important;
}

.hero-section .cta-link {
    border-color: rgba(142, 230, 187, 0.32);
    background:
        linear-gradient(135deg, rgba(24, 178, 119, 0.20), rgba(40, 183, 215, 0.12)),
        rgba(5, 18, 14, 0.34);
}

.hero-section .cta-link:hover {
    border-color: rgba(168, 240, 197, 0.70);
    box-shadow: 0 18px 48px rgba(24, 178, 119, 0.18);
}

.modal-overlay {
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
}

.modal-content {
    border-radius: 16px !important;
}

footer {
    background:
        linear-gradient(rgba(24, 178, 119, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(40, 183, 215, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(246, 251, 248, 0.96), rgba(232, 245, 238, 0.98)) !important;
    background-size: 28px 28px, 28px 28px, auto;
}

@media (prefers-reduced-motion: reduce) {
    #peptide-particles,
    .cursor-aura {
        display: none;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

@media (max-width: 768px) {
    .cursor-aura,
    #peptide-particles {
        opacity: 0.12;
    }

    .global-nav {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .global-nav::-webkit-scrollbar {
        display: none;
    }

    .nav-content {
        width: 100% !important;
        min-width: 0;
        gap: 8px;
        overflow-x: auto;
        scrollbar-width: none;
        justify-content: flex-start !important;
        padding: 0 12px !important;
    }

    .nav-content::-webkit-scrollbar {
        display: none;
    }

    .brand-logo {
        flex: 0 0 auto;
        width: auto !important;
        min-width: 52px;
    }

    .nav-item-dropdown,
    .nav-content > .nav-item {
        flex: 0 0 auto;
    }

    .nav-item {
        width: auto !important;
        max-width: none !important;
        min-height: 32px;
        padding: 8px 10px !important;
        white-space: nowrap !important;
        word-break: keep-all !important;
        line-height: 1.2 !important;
    }

    section.hero-section .text-container,
    header.hero-section .hero-content {
        width: 100%;
        padding: 18px 16px;
    }

    .hero-section .headline,
    .hero-section .hero-title {
        font-size: 44px !important;
    }

    .hero-section .subhead,
    .hero-section .hero-subtitle {
        display: block !important;
        width: min(330px, calc(100vw - 40px)) !important;
        max-width: min(330px, calc(100vw - 40px)) !important;
        margin-left: auto;
        margin-right: auto;
        font-size: 19px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        line-break: anywhere;
        word-break: break-all !important;
    }

    .hero-section .cta-links {
        gap: 8px;
    }

    .hero-section .cta-link {
        min-height: 34px;
        padding: 7px 12px;
        font-size: 14px;
    }

    .bg-item,
    .product-section {
        padding: 22px !important;
    }

    .nav-item {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}
