﻿@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

:root {

    /* ðŸŽ¨ Colours */
    --color-primary: #007350;
    --color-secondary: #1f7a5a;
    --color-accent: #2ecc71;
    --color-dropdown-bg: #0f6b4b;
    --color-footer-bg: #0f7a5a;
    --color-footer-bottom-text: #f5f5f5;
    --color-surface-muted: #f5f5f5;
    --color-surface-deep: #0b3d2e;
    --color-surface-hover: #0f7a55;
    --color-surface-card: #e9e9e9;
    --color-highlight-lime: #d2ff7a;
    --color-text-dark: #222222;
    --color-text-body: #555555;
    --color-text-body-strong: #333333;
    --color-text-subtle: #666666;
    --color-text-muted-dark: #6b6b6b;
    --color-text-faint: #888888;

    --color-white: #ffffff;
    --color-black: #000000;

    --color-text: #eaeaea;
    --color-text-muted: rgba(255, 255, 255, 0.7);
    --color-border-light: rgba(255, 255, 255, 0.2);
    --color-border-subtle: #dddddd;
    --color-border-white-soft: rgba(255, 255, 255, 0.4);
    --color-overlay-light: rgba(255, 255, 255, 0.1);
    --color-overlay-banner-end: rgba(0, 0, 0, 0.2);
    --color-intro-glow-transparent: rgba(0, 115, 80, 0);
    --color-intro-glow: rgba(0, 115, 80, 0.18);

    /* ðŸŒˆ BACKGROUNDS */
    --bg-overlay-dark: rgba(0, 20, 10, 0.85);
    --bg-overlay-green: rgba(0, 50, 30, 0.4);
    --bg-global-gradient: linear-gradient(138.95deg, #007350 23.92%, #D4E173 188.17%);
    --bg-intro-circle: linear-gradient(270deg, rgba(0, 115, 80, 0) 70.16%, rgba(0, 115, 80, 0.18) 160.39%);

    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.15);

    /* 🔤 TYPOGRAPHY */
    --font-primary: 'Geist', sans-serif;

    /* FONT WEIGHTS */
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;

    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;

    --font-size-xl: 70px;
    --font-size-lg: 40px;
    --font-size-md: 18px;
    --font-size-base: 16px;
    --font-size-sm: 14px;
    --font-size-sm-md: 15px;
    --font-size-xs: 12px;
    --font-size-md-lg: 20px;
    --font-size-md-xl:28px;
    --font-size-lg-sm: 32px;
    --font-size-lg-md: 34px;
    --font-size-xl-sm: 36px;
    --font-size-2xl: 54px;
    --font-size-3xl: 64px;
    --font-size-4xl: 66px;

    --line-height-tight: 1.2;
    --line-height-normal: 1.2;
    --line-height-relaxed: 1.2;

    /* ðŸ“ SPACING */
    --space-3xs: 4px;
    --space-xs: 5px;
    --space-xs-sm: 6px;
    --space-2xs: 8px;
    --space-sm: 10px;
    --space-md-sm: 15px;
    --space-md: 20px;
    --space-md-lg: 25px;
    --space-card: 28px;
    --space-lg-md: 30px;
    --space-lg: 40px;
    --space-xl-md: 50px;
    --space-xl: 60px;
    --space-section: 100px;
    --space-2xl: 120px;

    /* ðŸ”² BORDER RADIUS */
    --radius-xs: 2px;
    --radius-2xs: 5px;
    --radius-sm: 6px;
    --radius-sm-md: 8px;
    --radius-md: 12px;
    --radius-md-sm: 14px;
    --radius-md-lg: 16px;
    --radius-lg-xl: 20px;
    --radius-lg: 18px;
    --radius-xl: 30px;

    /* ðŸŒ«ï¸ BLUR */
    --blur-soft: 12px;
    --blur-glass: 14px;

    /* ðŸ“¦ CONTAINER */
    --container-width: 100%;
    --container-padding: 40px;

    /* ðŸ“ LAYOUT */
    --header-offset-top: -25px;
    --dropdown-offset-top: 75%;
    --dropdown-offset-right: 60px;
    --dropdown-width: 300px;
    --footer-padding-top: 120px;
    --footer-curve-top: -130px;
    --footer-curve-left: -10%;
    --footer-curve-width: 120%;
    --footer-curve-height: 190px;
    --footer-grid-flex: 2.8;
    --footer-logo-size: 180px;
    --z-header: 999;
    --z-dropdown: 100;
    --viewport-height: 100vh;
    --intro-circle-height: 135%;
    --intro-circle-offset-right: -35%;
    --content-max-banner: 650px;
    --content-max-text: 620px;
    --content-max-card: 400px;
    --content-max-lg: 600px;
    --content-max-md: 500px;
    --content-max-sm: 300px;
    --content-max-overlay: 450px;
    --content-flex-lg:2.4;
    --content-flex-wide: 1.6;
    --content-flex-medium: 1.4;
    --content-flex-copy: 1.2;
    --hero-image-width: 110px;
    --icon-size: 15px;
    --panel-min-height: 500px;
    --card-height: 380px;
    --card-height-mobile: 240px;
    --mobile-slide-height: 450px;
    --visual-height: 400px;
    --titles-wrapper-height: 180px;
    --title-row-height: 50px;
    --swiper-slide-width: 340px;
    --stats-svg-size: 520px;
    --stats-svg-mobile-width: 300px;
    --stats-svg-mobile-height: 315px;
    --insights-offset-top: -66px;
    --globe-offset: -30%;
    --svg-wrap-offset-top: -10px;
    --svg-wrap-offset-left: -50px;

    /* ðŸ”¤ UI SIZES */
    --font-size-2xs: 13px;
    --openbtn-width: 40px;
    --openbtn-height: 35px;
    --line-thin: 1px;
    --line-medium: 2.5px;
    --line-wide: 55%;
    --logo-width-compact: 20px;
    --logo-width-mobile: 170px;
    --logo-width-max: 50px;
    --hamburger-line-width: 48%;
    --letter-spacing-tight: -1px;
    --letter-spacing-sm: -0.5px;
    --border-thin: 0.5px;

    /* ðŸŽžï¸ MOTION */
    --transition-medium: 0.4s;
    --transition-medium-ease: 0.4s ease;
    --transition-slow: 0.5s ease;
    --transition-normal-in-out: 0.3s ease-in-out;
    --transition-slow-in-out: 0.5s ease-in-out;
    --motion-reveal-offset: 60px;

    /* ðŸ”Ž EFFECTS */
    --opacity-muted: 0.5;
    --opacity-soft-strong: 0.6;
    --opacity-soft: 0.8;
    --opacity-card: 0.75;
    --opacity-high: 0.9;
    --opacity-footer: 0.85;

    /* âš¡ TRANSITIONS */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
}


p{
    font-size: clamp(16px, 1.56vw, 18px) !important;
    font-weight: 300;
}

@media (max-width:   768px){
    p{
        font-size: 16px;
    }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth body {
  overflow: hidden;
}

/* UTILITY LAYER */
.bio-section {
    position: relative;
}

.bio-section--light {
    --bio-theme-title: var(--color-primary);
    --bio-theme-subtitle: var(--color-black);
    --bio-theme-text: var(--color-text-body);
    --bio-theme-text-muted: var(--color-text-subtle);
    --bio-theme-btn-border: var(--color-primary);
    --bio-theme-btn-text: var(--color-primary);
    --bio-theme-btn-hover-bg: var(--color-primary);
    --bio-theme-btn-hover-text: var(--color-white);
}

.bio-section--dark {
    --bio-theme-title: var(--color-white);
    --bio-theme-subtitle: var(--color-white);
    --bio-theme-text: var(--color-white);
    --bio-theme-text-muted: var(--color-text-muted);
    --bio-theme-btn-border: var(--color-border-white-soft);
    --bio-theme-btn-text: var(--color-white);
    --bio-theme-btn-hover-bg: var(--color-white);
    --bio-theme-btn-hover-text: var(--color-primary);
}

.bio-section__container {
    max-width: var(--container-width);
    margin: 0 auto;
    width: 100%;
    padding: var(--space-xl);
}

.bio-section__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-lg);
}

.bio-row {
    display: flex;
}

.bio-row--between {
    justify-content: space-between;
}

.bio-row--center {
    align-items: center;
}

.bio-row--start {
    align-items: flex-start;
}

.bio-column {
    display: flex;
    flex-direction: column;
}

.bio-col {
    flex: 1;
    min-width: 0;
}

.bio-col--copy {
    flex: var(--content-flex-copy);
}

.bio-col--wide {
    flex: var(--content-flex-wide);
}

.bio-col--medium {
    flex: var(--content-flex-medium);
}

.bio-title {
    color: var(--bio-title-color, var(--bio-theme-title, inherit));
    font-size: var(--bio-title-size, inherit);
    line-height: var(--bio-title-line-height, inherit);
    font-weight: var(--bio-title-weight, inherit);
    letter-spacing: var(--bio-title-spacing, inherit);
}

.bio-title--hero {
    --bio-title-size: var(--font-size-xl);
    --bio-title-line-height: var(--line-height-tight);
    --bio-title-weight: 300;
    --bio-title-spacing: var(--letter-spacing-tight);
}

.bio-title--intro {
    --bio-title-size: var(--font-size-xl-sm);
    --bio-title-line-height: 1.4;
    --bio-title-weight: 400;
}

.bio-title--section {
    --bio-title-size: var(--font-size-lg);
    --bio-title-weight: 400;
}

.bio-title--lead {
    --bio-title-size: var(--font-size-lg);
    --bio-title-weight: 400;
}

.bio-title--display {
    --bio-title-size: var(--font-size-3xl);
    --bio-title-line-height: var(--line-height-tight);
    --bio-title-weight: 300;
}

.bio-title--stat {
    --bio-title-size: var(--font-size-4xl);
    --bio-title-weight: 400;
}

.bio-title--light {
    --bio-title-color: var(--color-white);
}

.bio-title--dark {
    --bio-title-color: var(--color-primary);
}

.bio-title--neutral {
    --bio-title-color: var(--color-black);
}

.bio-text {
    color: var(--bio-text-color, var(--bio-theme-text, inherit));
    font-size: var(--bio-text-size, inherit);
    line-height: var(--bio-text-line-height, inherit);
}

.bio-text--hero {
    --bio-text-size: var(--font-size-md);
    --bio-text-line-height: var(--line-height-tight);
}

.bio-text--body {
    --bio-text-size: var(--font-size-md-lg);
    --bio-text-line-height: var(--line-height-tight);
}

.bio-text--body-relaxed {
    --bio-text-size: var(--font-size-base);
    --bio-text-line-height: var(--line-height-relaxed);
}

.bio-text--copy {
    --bio-text-size: var(--font-size-sm-md);
    --bio-text-line-height: var(--line-height-relaxed);
}

.bio-text--lead {
    --bio-text-size: var(--font-size-md-lg);
    --bio-text-line-height: var(--line-height-relaxed);
}

.bio-text--light {
    --bio-text-color: var(--color-white);
}

.bio-text--dark {
    --bio-text-color: var(--color-primary);
}

.bio-text--muted {
    --bio-text-color: var(--bio-theme-text-muted, var(--color-text-subtle));
}

.bio-subtitle {
    color: var(--bio-subtitle-color, var(--bio-theme-subtitle, inherit));
    font-size: var(--bio-subtitle-size, var(--font-size-xs));
}

.bio-subtitle--light {
    --bio-subtitle-color: var(--color-white);
}

.bio-subtitle--dark {
    --bio-subtitle-color: var(--color-black);
}

.bio-subtitle--muted {
    opacity: var(--opacity-soft-strong);
}

.bio-subtitle--tag {
    display: inline-block;
    opacity: var(--opacity-soft);
    border: 1px solid var(--bio-subtitle-border, var(--color-border-white-soft));
    padding: var(--space-xs-sm) var(--radius-md);
    border-radius: var(--radius-sm-md);
}

.bio-subtitle--tag.bio-subtitle--dark {
    --bio-subtitle-border: var(--color-border-subtle);
}

.bio-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
    transition: var(--transition-normal);
}

.bio-btn--outline {
    padding: var(--space-sm) var(--space-md);
    border: 1px solid var(--bio-btn-border, var(--bio-theme-btn-border, var(--color-primary)));
    color: var(--bio-btn-text, var(--bio-theme-btn-text, var(--color-primary)));
    border-radius: var(--radius-sm);
    font-size: var(--font-size-sm);
}

.bio-btn--outline:hover {
    background: var(--bio-btn-hover-bg, var(--bio-theme-btn-hover-bg, var(--color-primary)));
    color: var(--bio-btn-hover-text, var(--bio-theme-btn-hover-text, var(--color-white)));
}

.bio-btn--dark {
    --bio-btn-border: var(--color-primary);
    --bio-btn-text: var(--color-primary);
    --bio-btn-hover-bg: var(--color-primary);
    --bio-btn-hover-text: var(--color-white);
}

.bio-btn--light {
    --bio-btn-border: var(--color-border-white-soft);
    --bio-btn-text: var(--color-white);
    --bio-btn-hover-bg: var(--color-white);
    --bio-btn-hover-text: var(--color-primary);
}


.timeline-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: var(--font-size-xs);
    margin-bottom: var(--space-lg-md) !important;
    padding: var(--space-2xs) var(--radius-md);
    border-radius: var(--radius-sm);
    text-transform: uppercase;
    letter-spacing: 8%;
    font-weight: 300;
}

.timeline-tag .dot {
    width: 6px;
    height: 6px;
    background: #DCEB94;
    border-radius: 50%;
}

.tag-light {
    background: #fff;
    color: #4a4a4a;
    border: 1px solid rgba(0, 104, 74, 0.25);
    margin-bottom: 1rem;
    width: max-content;
}

/* HEADER BASE */
.bio-header {
    position: fixed;
    top: var(--header-offset-top);
    width: var(--container-width);
    z-index: var(--z-header);
    transition: all var(--transition-slow);
    pointer-events: none;
}

.bio-header.header-hidden {
    transform: translateY(-150%);
    pointer-events: none;
}

/* INNER */
.bio-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-md-sm) var(--space-lg-md);
    border-radius: var(--radius-md);
    transition: all var(--transition-slow);
    pointer-events: none;
}

.bio-header__logo,
.bio-header__menu,
.bio-header__dropdown {
    pointer-events: auto;
}

@media (max-width: 768px) {
    .bio-header{
        top: 0px;
    }

    .bio-header.scrolled{
        top: 0px;
        background: #fff !important;
    }

    .bio-header.header-hidden{
        background: transparent !important;
    }
    .bio-header__inner {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    .bio-header__nav {
        display: none;
    }
    .bio-header__menu{
        padding: 0% !important;
        background-color: transparent !important;
    }
    .scrolled .bio-header__logo img {
        width: var(--logo-width-mobile) !important;
        opacity: 1 !important;
        overflow: hidden;
        transition: all var(--transition-slow-in-out);
        filter: invert(1);
    }
    
    .bio-header.scrolled .bio-header__menu .bio-header__logo img
    {
        width: 0px !important;
        opacity: 0 !important;
        overflow: hidden;
        transition: all var(--transition-normal-in-out);
    }
}

/* DEFAULT (TRANSPARENT) */
.bio-header {
    background: transparent;
}

.bio-header__hamburger{
    display: flex;
}

.bio-header__nav a {
    margin: 0 var(--space-md-sm);
    text-decoration: none;
    font-size: var(--font-size-sm);
    padding-bottom: var(--space-xs);
    color: var(--color-black);
}

/* MENU */
.bio-header__menu {
    font-size: var(--font-size-md);
    background-color: var(--color-white);
    display: flex;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    align-items: center;
    border-radius: var(--radius-md);
    transition: all var(--transition-slow);

}

.bio-header__menu .bio-header__logo img{
    width: var(--logo-width-compact);
    transition: all var(--transition-slow-in-out);
    opacity: 1;
    overflow: hidden;
}

.bio-header__menu .bio-header__logo img{
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all var(--transition-normal-in-out);
}

.bio-header.scrolled .bio-header__menu .bio-header__logo img{
    width: var(--logo-width-compact);
    opacity: 1;
    overflow: hidden;
    transition: all var(--transition-normal-in-out);
}

.scrolled .bio-header__logo img{
  width: 0;
    opacity: 0;
    overflow: hidden;
   transition: all var(--transition-slow-in-out);
}

/* CHANGE TEXT COLOR ON SCROLL */
.bio-header.scrolled .bio-header__nav a,
.bio-header.scrolled .bio-header__menu,
.bio-header.scrolled .bio-header__logo {
    color: var(--color-black);
}


 .openbtn {
     width: var(--openbtn-width);
     height: var(--openbtn-height);
	 position: relative;
	 background: var(--color-secondary);
	 cursor: pointer;
     border-radius: var(--radius-2xs);
}
 .openbtn span {
	 display: inline-block;
	 position: absolute;
     width: var(--hamburger-line-width);
     left: var(--space-sm);
     height: var(--line-medium);
     border-radius: var(--radius-xs);
     background: var(--color-white);
     transition: all var(--transition-medium);
}
 .openbtn span:nth-of-type(1) {
     top: var(--space-sm);
}
 .openbtn span:nth-of-type(2) {
     top: var(--radius-md-lg);
}
 .openbtn span:nth-of-type(3) {
     top: 22px;
}
 .openbtn.active span:nth-of-type(1) {
     top: var(--space-sm);
     left: 9px;
	 transform: translateY(6px) rotate(-45deg);
     width: var(--line-wide);
}
 .openbtn.active span:nth-of-type(2) {
	 opacity: 0;
}
 .openbtn.active span:nth-of-type(3) {
	 top: 22px;
	 left: 9px;
	 transform: translateY(-6px) rotate(45deg);
     width: var(--line-wide);
}
 


/* ðŸ”¥ DROPDOWN BASE */
.bio-header__dropdown {
    position: absolute;
    top: var(--dropdown-offset-top);
    right: var(--dropdown-offset-right);
    width: var(--dropdown-width);
    background: var(--color-dropdown-bg);
    border-radius: var(--radius-md-lg);
    padding: var(--space-lg-md);
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    z-index: var(--z-dropdown);
}

@media (max-width: 768px) {
    .bio-header__dropdown {
        right: 20px !important;
        top: 68px;
        z-index: 99;
    }
}

/* INNER */
.dropdown-inner {
    text-align: right;
}

.dropdown-inner a {
    display: block;
    color: var(--color-white);
    font-size: var(--font-size-md);
    margin-bottom: var(--space-md);
    text-decoration: none;
}

.dropdown-inner a.small {
    font-size: var(--font-size-sm);
    transition: all var(--transition-normal-in-out);
    font-weight: 300;
}

.dropdown-inner a.small:hover{
    transform: translateX(-5px);
    transition: all var(--transition-normal-in-out);
}

.dropdown-inner a.small:last-child {
    font-size: var(--font-size-sm);
    margin-bottom: 0;
}

/* OPTIONAL LINE */
.dropdown-inner a:not(:last-child) {
    border-bottom: var(--line-thin) solid var(--color-border-light);
    padding-bottom: var(--space-md);
}

/* Group parent item with its child .small submenu item */
.dropdown-inner a:has(+ a.small),
.dropdown-inner a.has-submenu {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: var(--space-xs, 4px);
}

/* MOBILE ONLY NAVIGATION IN HAMBURGER MENU */
.mobile-only-nav {
    display: none;
}

@media (max-width: 768px) {
    .mobile-only-nav {
        display: block !important;
    }

    .mobile-nav-item {
        margin-bottom: var(--space-md);
        border-bottom: var(--line-thin) solid var(--color-border-light);
        padding-bottom: var(--space-md);
    }

    .mobile-nav-toggle {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

    .mobile-nav-toggle .nav-arrow {
        display: inline-block;
        transition: transform 0.3s ease;
        font-size: 1rem;
        line-height: 1;
    }

    .mobile-nav-toggle.open .nav-arrow {
        transform: rotate(90deg);
    }

    .mobile-submenu {
        display: none;
        padding-top: 8px;
    }

    .mobile-submenu.open {
        display: block;
    }

    .mobile-submenu a.small {
        font-size: var(--font-size-sm);
        opacity: var(--opacity-soft);
        margin-bottom: 8px;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }

    .mobile-submenu a.small:last-child {
        margin-bottom: 0;
    }
}



.bio-footer {
    position: relative;
    background: var(--color-footer-bg);
    color: var(--color-white);
    padding-top: 250px;
    overflow: hidden;
    background: url("./images/2026/04/Footer-Green.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.bio-footer .bio-container {
    display: flex;
    justify-content: space-between;
}

/* @media (min-width:1440px){
    .bio-footer{
        padding-top: 410px;
    }
} */

/* CURVE TOP */
/* .bio-footer__curve {
    background: url("./images/2026/04/Footer-01.svg");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
} */

.bio-footer__left{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

/* GRID */
.bio-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: var(--space-lg); */
    flex: var(--footer-grid-flex);
}

/* COLUMN */
.bio-footer__col h4 {
    font-size: 22px;
    margin-bottom: var(--space-md-sm);
    font-weight: 400;
    transition: all 0.3s ease;
}

.bio-footer__col h4:hover, .bio-footer__col li:hover, .bio-footer__col li a:hover, .bio-footer__social a:hover{
    color: #d2ff7a !important;
    transform: translateX(5px);
    transition: all 0.3s ease;
}

.bio-footer__col ul {
    list-style: none;
    padding-left: 15px;
}

.bio-footer__col li {
    font-size: var(--font-size-base);
    opacity: var(--opacity-footer);
    margin-bottom: var(--space-2xs);
    color: var(--color-white) !important;
    transition: all 0.3s ease;
}

.bio-footer__col li a{
    color: var(--color-white) !important;
    text-decoration: unset;
    transition: all 0.3s ease;
}

/* LOGO */
.bio-footer__logo{
    background-color: var(--color-white);
    padding: var(--space-md);
    border-radius: 50%;
    width: var(--footer-logo-size);
    height: var(--footer-logo-size);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media (max-width: 768px) {
.bio-footer__logo{
    width: 100px;
    height: 100px;
}
.bio-footer__logo img {
    width: var(--container-width);
    max-width: 35px !important;
}
}

.bio-footer__logo::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./images/2026/03/Bioactives-Logomark-text-01-scaled.png") ;
    background-size: contain;
    z-index: 1;
    animation: logoRotate 20s linear infinite;
    transform-origin: center;
}

@keyframes logoRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bio-footer__logo img {
    width: var(--container-width);
    max-width: var(--logo-width-max);
}

/* SOCIAL */
.bio-footer__social {
    margin-top: var(--space-lg);
}

.bio-footer__social a {
    display: block;
    margin-bottom: var(--space-sm);
    font-size: var(--font-size-base);
    color: var(--color-white);
    text-decoration: none;
    display: flex;
    gap: var(--space-md-sm);
    align-items: center;
    transition: all 0.3s ease;
}

.bio-footer__brand{
    text-align: center;
    margin-top: var(--space-xl-md);
}

.bio-footer__brand img{
    width: var(--container-width);
}

/* BOTTOM BAR */
/* BODY & GLOBAL LINE HEIGHT */
html,
body {
    overflow-x: clip;
    width: 100%;
    line-height: 1.2 !important;
}

body, p, span, a, h1, h2, h3, h4, h5, h6, li, div, button, input, label, select, textarea,
.bio-text, .bio-title, .bio-subtitle, .bio-text--body, .bio-text--copy, .bio-text--muted,
.overlay-content p, .overlay-list li, .overlay-list li a {
    line-height: 1.2 !important;
}

.bio-footer__bottom {
    color: var(--color-footer-bottom-text);
    background: var(--color-black);
    display: flex;
    justify-content: space-between;
}
.bio-footer__bottom--left{
    display: flex;
    gap: var(--space-md);
}

.bio-footer__bottom .bio-container{
    padding: var(--space-md-sm) var(--space-xl) !important;
    font-size: var(--font-size-2xs);
    align-items: flex-end !important;
}

@media (max-width: 1024px) {
    .bio-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    :root {
        --font-size-xl: clamp(34px, 8vw, 44px);
        --font-size-lg: 34px !important;
        --font-size-md-xl: 22px !important;
        --font-size-md-lg: 18px !important;
        --font-size-md: 16px !important;
        --font-size-3xl: clamp(34px, 8vw, 44px);
        --font-size-4xl: clamp(34px, 8vw, 48px);
    }

    p, .bio-text, .bio-text--body, .bio-text--copy {
        font-size: 16px;
    }

    p.lead, .bio-text--lead, .bio-title--lead, .intro-fade {
        font-size: 18px !important;
    }

    h2, .bio-title--section {
        font-size: 28px !important;
    }

    h3, .bio-title--sub {
        font-size: 22px !important;
    }
    
    .bio-footer__bottom {
        text-align: left;
    }
    .bio-footer__bottom .bio-container{
        padding: var(--space-md-sm) var(--space-md) !important;
        flex-direction: row !important; /* reset the row-reverse from .bio-footer .bio-container */
        align-items: flex-start;
        justify-content: space-between;
    }
    .bio-footer__bottom--left {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }
    .bio-footer__bottom > div > div:last-child {
        text-align: left;
    }
    
    .bio-footer .bio-container {
        flex-direction: row-reverse;
        align-items: flex-start;
        gap: 20px;
    }
    
    .bio-footer__left {
        flex: 0.8;
        gap: 20px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .bio-footer__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        flex: 1.2;
    }
    
    .bio-footer__grid > div:nth-child(1) { order: 4; } /* Company */
    .bio-footer__grid > div:nth-child(2) { order: 5; } /* Resources */
    .bio-footer__grid > div:nth-child(3) { order: 6; } /* Contact Us */
    .bio-footer__grid > div:nth-child(4) { order: 1; } /* Solutions */
    .bio-footer__grid > div:nth-child(5) { order: 2; } /* Ingredient */
    .bio-footer__grid > div:nth-child(6) { order: 3; } /* Innovative */
    
    .bio-footer__col h4 {
        margin-bottom: 0;
        font-size: 16px;
    }
    
    .bio-footer__col ul,
    .bio-footer__col h4 span {
        display: none;
    }

    .bio-footer{
    padding-top: 200px;
    background-size: auto;
    background-position: top;
    }
    
.talk-to-us-btn {
    width: 40px !important;
    top: 85% !important;
}
}
/* SOLUTIONS SUBMENU */
.nav-item-dropdown {
    position: relative;
    display: inline-block;
}

.bio-header__sub-dropdown {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 285px;
    background: var(--color-dropdown-bg);
    border-radius: var(--radius-md-lg);
    padding: var(--space-md);
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: var(--z-dropdown);
}

.nav-item-dropdown:last-child .bio-header__sub-dropdown,
.nav-item-dropdown:last-of-type .bio-header__sub-dropdown {
    left: auto;
    right: 0;
}

.nav-item-dropdown:hover .bio-header__sub-dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.bio-header__sub-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-white);
    font-size: var(--font-size-sm);
    text-align: left;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 200;
}

/* .bio-header__sub-dropdown a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #DCEB94;
    border-radius: 50%;
    flex-shrink: 0;
} */

.bio-header.scrolled .bio-header__sub-dropdown a {
    color: var(--color-white);
}

.bio-header__sub-dropdown a:hover, .dropdown-inner a:hover{
    color: #D3E173;
}

.bio-header__sub-dropdown a:last-child {
    margin-bottom: 0;
}

.bio-header__sub-dropdown a:not(:last-child) {
    border-bottom: var(--line-thin) solid var(--color-border-light);
    padding-bottom: 15px;
}

/* Invisible bridge to prevent hover loss */
.bio-header__sub-dropdown::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
}

/* ==========================================
   TALK TO US FLOATING BUTTON & POPUP MODAL
   ========================================== */

/* Floating Button on Right Side */
.talk-to-us-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 98;
    cursor: pointer;
    transition: transform 0.3s ease;
    user-select: none;
    display: block;
    background: transparent;
    padding: 0;
    border: none;
    width: 50px;
}

.talk-to-us-btn img {
    display: block;
    width: 100%;
    height: auto;
}

.talk-to-us-btn:hover {
    transform: translateY(-50%) scale(1.06);
}

/* Modal Backdrop */
.talk-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    visibility: hidden;
    padding: 20px;
}

.talk-popup-overlay.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

/* Modal Box Container */
.talk-popup-container {
    background-color: #f4f4f4;
    border-radius: 24px;
    width: 100%;
    max-width: 820px;
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    padding: clamp(24px, 4vw, 42px);
    position: relative;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: var(--font-primary, sans-serif);
}

/* .talk-popup-overlay.active .talk-popup-container {
    transform: scale(1) translateY(0);
} */

/* Scrollbar styling for modal */
.talk-popup-container::-webkit-scrollbar {
    width: 6px;
}
.talk-popup-container::-webkit-scrollbar-track {
    background: transparent;
}
.talk-popup-container::-webkit-scrollbar-thumb {
    background: rgba(0, 104, 74, 0.25);
    border-radius: 4px;
}

/* Close Button */
.talk-popup-close {
    position: absolute;
    top: clamp(20px, 3vw, 32px);
    right: clamp(20px, 3vw, 32px);
    width: 38px;
    height: 38px;
    background-color: #00684A;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease;
    z-index: 10;
}

.talk-popup-close:hover {
    background-color: #005039;
    transform: scale(1.08);
}

/* Header Text */
.talk-popup-title {
    font-size: clamp(24px, 2.4vw, 34px);
    color: #00684A;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: 1.2;
    padding-right: 50px;
    font-family: var(--font-primary, sans-serif);
}

.talk-popup-desc {
    font-size: clamp(13px, 1.2vw, 15px);
    color: #555555;
    line-height: 1.45;
    margin: 0 0 28px 0;
    max-width: 680px;
    font-family: var(--font-primary, sans-serif);
}

/* Form Grid Layout */
.talk-popup-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 22px;
}

.talk-form-group {
    display: flex;
    flex-direction: column;
}

.talk-form-group.full-width {
    grid-column: span 2;
}

.talk-form-group label {
    font-size: 13px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 6px;
    font-family: var(--font-primary, sans-serif);
}

.talk-form-group input[type="text"],
.talk-form-group input[type="email"],
.talk-form-group input[type="tel"],
.talk-form-group input[type="url"],
.talk-form-group select,
.talk-form-group textarea {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    color: #333333;
    font-family: var(--font-primary, sans-serif);
    width: 100%;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
}

.talk-form-group input:focus,
.talk-form-group select:focus,
.talk-form-group textarea:focus {
    border-color: #00684A;
    box-shadow: 0 0 0 3px rgba(0, 104, 74, 0.12);
}

.talk-form-group textarea {
    resize: none;
    height: 105px;
}

/* Select dropdown wrapper with custom arrow */
.talk-select-wrapper {
    position: relative;
    width: 100%;
}

.talk-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px;
    cursor: pointer;
}

.talk-select-wrapper::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2300684A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

/* Terms Checkbox */
.talk-form-terms {
    grid-column: span 2;
    margin-top: 10px;
}

.talk-form-terms h4 {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    font-family: var(--font-primary, sans-serif);
}

.talk-checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.talk-checkbox-container input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #00684A;
    cursor: pointer;
}

.talk-checkbox-text {
    font-size: 13px;
    color: #444444;
    font-family: var(--font-primary, sans-serif);
}

.talk-checkbox-text a {
    color: #00684A;
    text-decoration: underline;
}

/* Submit Button */
.talk-form-submit {
    grid-column: span 2;
    margin-top: 12px;
}

.talk-submit-btn {
    background-color: #ffffff;
    color: #00684A;
    border: 1px solid #00684A;
    padding: 11px 32px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-family: var(--font-primary, sans-serif);
}

.talk-submit-btn:hover {
    background-color: #00684A;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 104, 74, 0.2);
}

.talk-submit-btn svg {
    transition: transform 0.3s ease;
}

.talk-submit-btn:hover svg {
    transform: translateX(3px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .talk-popup-overlay {
        padding: 12px;
    }

    .talk-popup-container {
        max-height: calc(100vh - 24px);
        max-height: calc(100dvh - 24px);
        padding: 20px 16px;
        border-radius: 18px;
    }

    .talk-popup-close {
        top: 14px;
        right: 14px;
        width: 32px;
        height: 32px;
    }

    .talk-popup-title {
        font-size: 20px;
        margin-bottom: 6px;
        padding-right: 36px;
    }

    .talk-popup-desc {
        font-size: 12px;
        margin-bottom: 14px;
        line-height: 1.4;
    }

    .talk-popup-form {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .talk-form-group.full-width,
    .talk-form-group {
        grid-column: span 1;
    }

    .talk-form-group label {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .talk-form-group input[type="text"],
    .talk-form-group input[type="email"],
    .talk-form-group input[type="tel"],
    .talk-form-group input[type="url"],
    .talk-form-group select,
    .talk-form-group textarea {
        padding: 8px 12px;
        font-size: 13px;
        border-radius: 8px;
    }

    .talk-form-group textarea {
        height: 72px;
    }

    .talk-form-terms,
    .talk-form-submit {
        grid-column: span 1;
        margin-top: 6px;
    }

    .talk-submit-btn {
        padding: 9px 24px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
}

.bio-footer__bottom--left-a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
/* Prevent inverting the dark version of the logo */
img[src*="/08/Group-1.svg"] {
    filter: none !important;
}

/* Japan Flag Header Icon */
.bio-header__right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bio-header__japan {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px; 
    height: 42px;
    border: 1px solid var(--color-white); 
    border-radius: 6px; 
    padding: 8px; 
    transition: all 0.3s ease;
    box-sizing: border-box;
    pointer-events: auto;
}

.bio-header.scrolled .bio-header__japan {
    border-color: var(--color-black); 
}

.bio-header__japan img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .bio-header__japan {
        width: 38px; 
        height: 38px;
        padding: 6px;
    }
}


/* Language Switcher Text */
.bio-header__lang {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    pointer-events: auto;
    color: var(--color-white);
    gap: 6px;
    line-height: 1;
    border: 1px solid var(--color-white);
    border-radius: 6px;
    padding: 14px;
}

.bio-header.scrolled .bio-header__lang {
    color: var(--color-black);
    background-color: #fff;
}

@media (max-width:768px){
    .bio-header__lang {
        border: none;
        padding: 0;
}
.bio-header__right{
    flex-direction: row-reverse;
}
.bio-header.scrolled .bio-header__lang {
    background-color: transparent;
}
}

.bio-header__lang a {
    color: inherit;
    text-decoration: none;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.bio-header__lang a:hover {
    opacity: 1;
}

.bio-header__lang .lang-sep {
    opacity: 0.5;
}

.bio-header__lang .lang-en.active {
    opacity: 1;
    font-weight: 500;
}

@media (max-width: 768px) {
    .bio-header__lang {
        font-size: 14px;
        gap: 4px;
    }
}

