:root {
  --navy: #102d47;
  --navy-2: #153b59;
  --ink: #1b344a;
  --muted: #647b8d;
  --line: #d8e2e8;
  --soft: #f5f8fa;
  --mist: #edf3f5;
  --green: #70cf5d;
  --green-dark: #3e8a51;
  --blue: #5ca8dd;
  --orange: #e88747;
  --white: #fff;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --ease: cubic-bezier(.23, 1, .32, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; } button, input, select, textarea { font: inherit; } button { cursor: pointer; } img { display: block; max-width: 100%; } ::selection { color: #fff; background: var(--green-dark); }
.container { width: min(100% - 48px, 1190px); margin: 0 auto; }

.site-header { position: sticky; z-index: 30; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid #e5ecef; backdrop-filter: blur(15px); }.nav-wrap { min-height: 72px; display: flex; align-items: center; }.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 19px; font-weight: 800; letter-spacing: -.065em; white-space: nowrap; }.brand > span:last-child > span { color: var(--green-dark); }.brand sup { margin-left: 2px; vertical-align: top; font-size: 7px; letter-spacing: 0; }.brand-mark { display: grid; grid-template-columns: repeat(3, 5px); gap: 3px; align-items: center; width: 21px; height: 17px; }.brand-mark i { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }.brand-mark i:nth-child(2) { background: var(--blue); transform: translateY(-5px); }.brand-mark i:nth-child(3) { background: var(--orange); transform: translateY(4px); }.desktop-nav { display: flex; gap: 25px; margin: 0 auto; color: #40586a; font-size: 11px; font-weight: 700; }.desktop-nav a { transition: color .18s var(--ease); }.desktop-nav a:hover { color: var(--green-dark); }.nav-cta { display: inline-flex; align-items: center; gap: 10px; min-height: 39px; padding: 0 14px; color: var(--navy); background: transparent; border: 1px solid var(--navy); font-size: 10px; font-weight: 800; transition: background .18s var(--ease), color .18s var(--ease); }.nav-cta:hover { color: #fff; background: var(--navy); }.nav-cta span { color: var(--green-dark); font-size: 14px; }.menu-button,.mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 36%, rgba(60,135,185,.17) 0, transparent 26%), linear-gradient(108deg, #102c46 0%, #112f4a 64%, #0e2942 100%); }.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(168,208,232,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(168,208,232,.1) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(105deg,#000,transparent 81%); }.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 605px; align-items: center; gap: 35px; padding: 58px 0 30px; }.hero-copy { padding: 18px 0 34px; }.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; color: #638093; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .09em; }.eyebrow span { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }.eyebrow.inverse { color: #a7c1d3; }.eyebrow.inverse span { box-shadow: 0 0 8px rgba(112,207,93,.72); } h1,h2,h3,p { margin-top: 0; } h1 { max-width: 570px; margin-bottom: 22px; color: #fff; font-size: clamp(49px,5vw,70px); line-height: 1; letter-spacing: -.075em; } h1 em,h2 em { color: var(--green); font-style: normal; }.hero-intro { max-width: 455px; margin-bottom: 28px; color: #c7d7e2; font-size: 15px; line-height: 1.75; }.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 16px; border: 1px solid transparent; border-radius: 0; font-size: 11px; font-weight: 800; transition: transform .15s var(--ease), background .15s var(--ease), border-color .15s var(--ease); }.button:active { transform: scale(.97); }.button span { font-size: 15px; }.button-green { color: #08233c; background: var(--green); }.button-green:hover { background: #96df80; }.button-quiet { color: #e4eef5; background: transparent; border-color: rgba(211,228,239,.4); }.button-quiet:hover { border-color: var(--green); }.button-dark { color: #fff; background: var(--navy); }.button-dark:hover { background: var(--green-dark); }.hero-context { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 64px; color: #a9c0d0; font: 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; }.hero-context span { padding-right: 10px; border-right: 1px solid rgba(210,229,240,.25); }.hero-context span:last-child { border: 0; }.hero-art { position: relative; height: 496px; }.hero-art::before { content:""; position: absolute; right: -7%; top: -38px; width: 594px; height: 594px; border: 1px solid rgba(195,221,237,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(195,221,237,.025),0 0 0 143px rgba(195,221,237,.017); }.hero-art img { position: absolute; z-index: 2; right: -1%; top: -22px; width: 560px; height: 560px; object-fit: cover; border-radius: 50%; filter: drop-shadow(0 35px 43px rgba(0,0,0,.35)); animation: subtle-float 13s ease-in-out infinite; }.hero-art::after { content:""; position: absolute; z-index: 3; right: -1%; top: -22px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle at 47% 48%,transparent 44%,rgba(10,37,58,.08) 68%,rgba(10,37,58,.72) 100%); pointer-events: none; }.art-label { position: absolute; z-index: 4; display: flex; align-items: center; gap: 7px; color: #c3d7e3; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .055em; }.art-label i { display: block; width: 7px; height: 7px; border: 1px solid var(--green); border-radius: 50%; }.label-structure { top: 99px; right: 1%; }.label-core { right: 17%; bottom: 62px; }.label-core i { border-color: var(--orange); }.hero-measure { position: relative; z-index: 2; min-height: 56px; display: flex; align-items: center; justify-content: space-between; color: #a0bbcd; border-top: 1px solid rgba(202,224,238,.19); font: 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }

.benefit-bar { color: #d9e7ef; background: #0a2238; }.benefits { display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid rgba(205,226,239,.12); }.benefits article { min-height: 105px; display: flex; gap: 14px; padding: 23px; border-right: 1px solid rgba(205,226,239,.12); }.benefits span { color: var(--green); font: 9px var(--mono); }.benefits p { max-width: 185px; margin: 0; color: #b5cad7; font-size: 10px; line-height: 1.6; }.benefits b { color: #fff; font-weight: 700; }

.intro-section { padding: 108px 0; background: #fff; }.intro-layout { display: grid; grid-template-columns: .25fr .9fr 1fr; gap: 48px; }.section-index { margin: 7px 0 0; color: #7190a2; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }.intro-main h2 { margin-bottom: 22px; color: var(--navy); font-size: clamp(35px,3.9vw,52px); line-height: 1.08; letter-spacing: -.065em; }.intro-main p { color: var(--muted); font-size: 13px; line-height: 1.75; }.intro-list { border-top: 1px solid var(--line); }.intro-list div { display: grid; grid-template-columns: 38px 1fr; gap: 9px; padding: 17px 0; border-bottom: 1px solid var(--line); }.intro-list span { color: var(--green-dark); font: 9px var(--mono); }.intro-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }.intro-list b { color: var(--navy); }

.technology-section { padding: 110px 0 121px; overflow: hidden; color: #fff; background: #0c2a44; }.section-head { display: flex; justify-content: space-between; gap: 72px; margin-bottom: 47px; }.section-head h2 { max-width: 640px; margin: 0; color: var(--navy); font-size: clamp(37px,3.9vw,53px); line-height: 1.08; letter-spacing: -.065em; }.section-head > p { max-width: 332px; margin: 37px 0 0; color: var(--muted); font-size: 11px; line-height: 1.72; }.section-head.inverse h2,.scientific-head h2 { color: #fff; }.section-head.inverse > p,.scientific-head > p { color: #b6cbd7; }.micellization-flow { display: grid; grid-template-columns: 1fr 78px 1fr 78px 1fr; gap: 0; align-items: center; }.micro-stage { position: relative; min-height: 390px; padding: 20px 0 0; border-top: 1px solid rgba(205,227,239,.24); }.micro-stage > span { color: #9fc2d5; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }.micro-stage h3 { margin: 21px 0 8px; color: #fff; font-size: 19px; letter-spacing: -.045em; }.micro-stage p { max-width: 250px; margin: 0; color: #b3c8d5; font-size: 11px; line-height: 1.65; }.ingredient-field { position: relative; height: 211px; margin: 26px 0 0; overflow: hidden; background: radial-gradient(circle at 50% 50%,rgba(232,135,71,.14),transparent 39%); }.ingredient-field::before,.ingredient-field::after { content:""; position: absolute; left: 14px; right: 14px; height: 1px; background: rgba(185,213,231,.18); }.ingredient-field::before { top: 48%; }.ingredient-field::after { top: 65%; width: 48%; }.ingredient-field i { position: absolute; display: block; width: 21px; height: 21px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 9px rgba(232,135,71,.08); }.ingredient-field i:nth-child(1) { left: 12%; top: 28%; }.ingredient-field i:nth-child(2) { left: 35%; top: 59%; width: 15px; height: 15px; }.ingredient-field i:nth-child(3) { left: 62%; top: 19%; width: 17px; height: 17px; }.ingredient-field i:nth-child(4) { left: 73%; top: 67%; width: 11px; height: 11px; }.ingredient-field i:nth-child(5) { left: 47%; top: 38%; width: 10px; height: 10px; }.ingredient-field i:nth-child(6) { left: 24%; top: 76%; width: 12px; height: 12px; }.image-stage img { width: 100%; height: 211px; margin-top: 26px; object-fit: cover; }.image-stage:nth-of-type(3) img { object-position: 47% center; }.flow-arrow { position: relative; height: 1px; margin: 0 20px; background: rgba(205,227,239,.38); }.flow-arrow::after { content:""; position: absolute; right: 0; top: -4px; width: 8px; height: 8px; border-top: 1px solid var(--green); border-right: 1px solid var(--green); transform: rotate(45deg); }.flow-arrow i { position: absolute; left: 49%; top: -3px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

.phase-section { position: relative; min-height: 655px; overflow: hidden; color: #fff; background: #09233b; }.phase-visual { position: absolute; inset: 0; }.phase-visual::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,26,45,.94) 0%,rgba(6,26,45,.67) 37%,rgba(6,26,45,.08) 72%,rgba(6,26,45,.12) 100%); }.phase-visual img { width: 100%; height: 100%; object-fit: cover; }.phase-copy { position: relative; z-index: 2; padding: 138px 0; }.phase-copy h2 { max-width: 680px; margin-bottom: 20px; font-size: clamp(39px,4.1vw,56px); line-height: 1.07; letter-spacing: -.07em; }.phase-copy p:not(.eyebrow) { max-width: 515px; color: #c4d6e0; font-size: 13px; line-height: 1.78; }.text-link { display: inline-flex; gap: 10px; margin-top: 17px; color: var(--green); font-size: 11px; font-weight: 800; }.text-link span { color: var(--blue); font-size: 14px; }.phase-overlay { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; color: #d2e2ec; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .05em; }.phase-overlay i { display: block; width: 7px; height: 7px; border: 1px solid var(--green); border-radius: 50%; }.phase-water { left: 53%; top: 26%; }.phase-system { left: 56%; top: 50%; }.phase-system i { border-color: var(--orange); }.phase-fat { right: 10%; bottom: 23%; }.phase-fat i { border-color: #e6ba5c; }

.applications-section { padding: 110px 0; background: var(--soft); }.application-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 36px; }.application-list { border-top: 1px solid var(--line); }.application-tab { width: 100%; min-height: 62px; display: grid; grid-template-columns: 48px 1fr 16px; align-items: center; gap: 11px; padding: 0; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; transition: padding .18s var(--ease),background .18s var(--ease); }.application-tab:hover,.application-tab.active { padding-left: 12px; color: var(--green-dark); background: rgba(112,207,93,.09); }.application-tab span { color: #7490a1; font: 9px var(--mono); }.application-tab b { font-size: 14px; }.application-tab i { color: var(--blue); font-size: 15px; font-style: normal; }.application-detail { position: relative; min-height: 390px; overflow: hidden; color: #fff; background: #0f2e49; }.application-image { position: absolute; inset: 0; }.application-image::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,24,40,.86) 0%,rgba(5,24,40,.48) 52%,rgba(5,24,40,.07)); }.application-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }.application-detail:hover .application-image img { transform: scale(1.03); }.application-content { position: relative; z-index: 2; max-width: 315px; padding: 25px; }.detail-tag { display: block; margin-bottom: 83px; color: #a9c2d1; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }.application-content h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.06em; }.application-content p { margin: 0 0 25px; color: #c6d6e0; font-size: 11px; line-height: 1.7; }.application-content a { color: var(--green); font-size: 10px; font-weight: 800; }.application-content a span { color: var(--blue); font-size: 14px; }

.evidence-section { padding: 111px 0; color: #fff; background: #102d47; }.data-lines { border-top: 1px solid rgba(207,227,239,.2); }.data-line { min-height: 144px; display: grid; grid-template-columns: 1fr 1.15fr 36px; gap: 31px; align-items: center; border-bottom: 1px solid rgba(207,227,239,.2); }.data-line p { margin: 0 0 5px; color: #b4cad7; font-size: 10px; }.data-line strong { color: #fff; font-size: 47px; line-height: .9; letter-spacing: -.075em; }.data-line strong small { color: var(--green); font-size: 17px; }.data-line > span { color: #89a6ba; font: 9px var(--mono); }.data-rail { position: relative; min-height: 29px; display: flex; align-items: flex-end; padding-bottom: 2px; border-bottom: 1px solid rgba(207,227,239,.3); }.data-rail i { position: absolute; bottom: -1px; left: 0; width: 73%; height: 2px; background: var(--green); }.data-rail::after { content:""; position: absolute; bottom: -4px; left: 73%; width: 7px; height: 7px; border: 2px solid var(--green); border-radius: 50%; background: var(--navy); }.data-rail b { color: #d4e3eb; font-size: 11px; font-weight: 500; }.data-line:nth-child(2) .data-rail i { width: 84%; background: var(--blue); }.data-line:nth-child(2) .data-rail::after { left: 84%; border-color: var(--blue); }.data-line:nth-child(3) .data-rail i { width: 65%; background: #a4d985; }.data-line:nth-child(3) .data-rail::after { left: 65%; border-color: #a4d985; }.range-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 30px; border-top: 1px solid rgba(207,227,239,.2); border-left: 1px solid rgba(207,227,239,.2); }.range-strip div { min-height: 118px; display: grid; gap: 7px; padding: 20px 25px; border-right: 1px solid rgba(207,227,239,.2); border-bottom: 1px solid rgba(207,227,239,.2); }.range-strip span { color: #aec3d1; font-size: 10px; }.range-strip b { color: var(--green); font-size: 21px; letter-spacing: -.06em; }.range-strip em { color: #a0b9c9; font-size: 10px; font-style: normal; line-height: 1.5; }

.products-section { padding: 111px 0; background: #fff; }.product-layout { display: grid; grid-template-columns: .82fr 1.18fr; border: 1px solid var(--line); }.product-tabs { display: grid; align-content: start; background: var(--soft); }.product-tab { min-height: 107px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 6px; padding: 18px 22px; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; transition: color .18s var(--ease),background .18s var(--ease); }.product-tab:last-child { border-bottom: 0; }.product-tab:hover,.product-tab.active { color: #fff; background: var(--navy); }.product-tab span { color: var(--green-dark); font: 9px var(--mono); }.product-tab.active span { color: var(--green); }.product-tab b { grid-column: 1; font-size: 22px; letter-spacing: -.06em; }.product-tab em { grid-column: 1; color: #6e8a9c; font-size: 9px; font-style: normal; letter-spacing: .05em; text-transform: uppercase; }.product-tab.active em { color: #b7cad5; }.product-tab i { grid-column: 2; grid-row: 1 / span 3; align-self: center; color: var(--blue); font-size: 15px; font-style: normal; }.product-detail { position: relative; min-height: 426px; overflow: hidden; color: #fff; background: var(--navy); }.product-code-art { position: absolute; inset: 0; }.product-code-art::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,34,54,.93),rgba(8,34,54,.5) 63%,rgba(8,34,54,.19)); }.product-code-art img { width: 100%; height: 100%; object-fit: cover; }.product-detail-content { position: relative; z-index: 2; max-width: 440px; padding: 29px; }.product-detail .detail-tag { margin-bottom: 115px; color: #b2ccd9; }.product-detail h3 { margin: 0 0 8px; font-size: 44px; letter-spacing: -.075em; }.product-detail p:not(.detail-tag) { margin: 0 0 25px; color: #c5d7e0; font-size: 12px; line-height: 1.7; }.product-detail .button-dark { color: var(--navy); background: #fff; }.product-detail .button-dark:hover { background: var(--green); }

.production-section { position: relative; min-height: 530px; overflow: hidden; color: #fff; background: #09243c; }.production-image { position: absolute; inset: 0; }.production-image::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,26,44,.91),rgba(6,26,44,.63) 44%,rgba(6,26,44,.13)); }.production-image img { width: 100%; height: 100%; object-fit: cover; }.production-overlay { position: relative; z-index: 2; padding-top: 102px; }.production-overlay h2 { max-width: 660px; margin-bottom: 70px; font-size: clamp(39px,4.1vw,56px); line-height: 1.06; letter-spacing: -.07em; }.production-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; color: #d1e1ea; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .05em; }.production-flow i { color: var(--green); font-size: 15px; font-style: normal; }

.process-section { padding: 106px 0; background: var(--mist); }.process-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }.process-head h2 { margin: 0; color: var(--navy); font-size: clamp(37px,3.9vw,52px); letter-spacing: -.065em; }.process-list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cfdde5; border-left: 1px solid #cfdde5; }.process-step { min-height: 218px; padding: 24px; border-right: 1px solid #cfdde5; border-bottom: 1px solid #cfdde5; }.process-step > span { color: var(--green-dark); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }.process-step h3 { margin: 67px 0 9px; color: var(--navy); font-size: 17px; letter-spacing: -.04em; }.process-step p { max-width: 250px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.about-section { padding: 109px 0; background: #fff; }.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 94px; }.about-copy h2 { margin-bottom: 22px; color: var(--navy); font-size: clamp(37px,3.9vw,53px); line-height: 1.08; letter-spacing: -.065em; }.about-copy p:not(.eyebrow) { max-width: 510px; color: var(--muted); font-size: 13px; line-height: 1.75; }.about-list { border-top: 1px solid var(--line); }.about-list div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }.about-list span { color: var(--green-dark); font: 9px var(--mono); }.about-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }.about-list b { color: var(--navy); }

.contact-section { padding: 109px 0; color: #fff; background: #0d2a43; }.contact-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 94px; align-items: center; }.contact-copy h2 { margin-bottom: 20px; font-size: clamp(38px,4vw,54px); line-height: 1.06; letter-spacing: -.07em; }.contact-copy p { max-width: 400px; color: #b7cbd7; font-size: 13px; line-height: 1.74; }.contact-details { margin-top: 34px; padding-top: 21px; border-top: 1px solid rgba(207,227,239,.18); }.contact-details > a { display: inline-flex; gap: 10px; color: var(--green); font-size: 17px; font-weight: 700; letter-spacing: -.04em; }.contact-details a span { color: var(--blue); font-size: 14px; }.contact-details p { margin: 14px 0; color: #9eb8c9; font-size: 11px; }.contact-details .small-link { color: #d4e4ec; font-size: 10px; letter-spacing: 0; }.contact-form { display: grid; gap: 18px; padding: 27px; color: var(--navy); background: #fff; }.form-title { margin: 0; padding-bottom: 13px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 800; letter-spacing: -.04em; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.contact-form label { display: grid; gap: 7px; color: #577287; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .05em; }.contact-form input,.contact-form select,.contact-form textarea { width: 100%; padding: 9px 0; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid #cbd9e2; border-radius: 0; outline: none; font: 12px var(--sans); resize: vertical; }.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: var(--green-dark); }.contact-form input::placeholder,.contact-form textarea::placeholder { color: #93a7b5; }.form-note { margin: -7px 0 0; color: #738b9c; font-size: 9px; }

.site-footer { padding: 43px 0 20px; color: #c2d3de; background: #081d30; }.site-footer .brand { color: #fff; }.footer-top { display: grid; grid-template-columns: 1.1fr 1.3fr .8fr .8fr; gap: 25px; padding-bottom: 34px; }.footer-top > p { max-width: 260px; margin: 0; color: #91afc1; font-size: 10px; line-height: 1.65; }.footer-top > div { display: grid; align-content: start; gap: 9px; font-size: 10px; }.footer-top > div span { margin-bottom: 3px; color: var(--green); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }.footer-top a:hover { color: var(--green); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; color: #7392a5; border-top: 1px solid rgba(207,227,239,.16); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .04em; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s var(--ease),transform .5s var(--ease); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.visual-delay { transition-delay: .12s; } @keyframes subtle-float { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-7px) rotate(.65deg); } }

@media (max-width: 960px) { .desktop-nav { gap: 15px; }.hero-layout { grid-template-columns: .85fr 1.15fr; }.intro-layout { gap: 28px; }.technology-layout,.about-layout,.contact-layout { gap: 55px; }.micellization-flow { grid-template-columns: 1fr 48px 1fr 48px 1fr; }.application-layout { grid-template-columns: .7fr 1.3fr; }.footer-top { grid-template-columns: 1fr 1.2fr .8fr; }.footer-top > div:last-child { grid-column: 2; } }
@media (max-width: 720px) { .container,.nav-wrap { width: min(100% - 32px,1190px); }.nav-wrap { min-height: 64px; }.desktop-nav,.nav-cta { display: none; }.menu-button { display: flex; width: 37px; height: 37px; margin-left: auto; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #b9c9d3; background: transparent; }.menu-button span { width: 14px; height: 1px; background: var(--navy); transition: transform .18s var(--ease); }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }.mobile-menu { position: absolute; top: 64px; left: 0; right: 0; display: grid; gap: 15px; padding: 22px 16px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 14px 25px rgba(10,37,56,.1); }.mobile-menu[hidden] { display: none; }.mobile-menu a { color: var(--navy); font-size: 13px; }.mobile-menu a:last-child { color: var(--green-dark); font-weight: 800; }.hero-layout { display: block; min-height: 0; padding: 52px 0 0; }.hero-copy { padding-bottom: 15px; }.hero h1 { font-size: clamp(45px,13vw,61px); }.hero-intro { font-size: 13px; }.hero-context { margin-top: 39px; }.hero-art { height: 385px; }.hero-art img,.hero-art::after { width: 505px; height: 505px; right: -25%; top: -67px; }.hero-art::before { width: 530px; height: 530px; right: -31%; top: -80px; }.label-structure { top: 27px; right: 2%; }.label-core { right: 8%; bottom: 30px; }.hero-measure { min-height: 52px; font-size: 8px; }.benefits { grid-template-columns: 1fr 1fr; }.benefits article { min-height: 94px; padding: 18px; border-bottom: 1px solid rgba(205,226,239,.12); }.intro-section,.technology-section,.applications-section,.evidence-section,.products-section,.process-section,.about-section,.contact-section { padding: 75px 0; }.intro-layout,.about-layout,.contact-layout { display: block; }.section-index { margin-bottom: 33px; }.intro-main { margin-bottom: 41px; }.intro-main h2,.about-copy h2,.contact-copy h2 { font-size: 37px; }.section-head { display: block; margin-bottom: 35px; }.section-head h2 { font-size: 37px; }.section-head > p { margin: 17px 0 0; }.micellization-flow { display: block; }.micro-stage { min-height: 0; padding: 20px 0 28px; }.micro-stage h3 { margin-top: 17px; }.ingredient-field,.image-stage img { height: 182px; margin-top: 18px; }.flow-arrow { width: 1px; height: 35px; margin: 0 auto; background: rgba(205,227,239,.4); }.flow-arrow::after { right: -4px; top: auto; bottom: 0; transform: rotate(135deg); }.flow-arrow i { left: -3px; top: 47%; }.phase-section { min-height: 620px; }.phase-visual::after { background: linear-gradient(90deg,rgba(6,26,45,.84),rgba(6,26,45,.38) 100%); }.phase-copy { padding: 292px 0 65px; }.phase-copy h2 { font-size: 37px; }.phase-overlay { font-size: 8px; }.phase-water { left: 8%; top: 9%; }.phase-system { left: 34%; top: 30%; }.phase-fat { right: 7%; top: 15%; bottom: auto; }.application-layout { display: block; }.application-detail { min-height: 300px; margin-top: 23px; }.application-content { padding: 20px; }.application-content .detail-tag { margin-bottom: 54px; }.evidence-section { padding-bottom: 76px; }.data-line { min-height: 145px; display: block; padding: 22px 0; }.data-line > span { position: absolute; right: 0; margin-top: -48px; }.data-line > div:first-child { margin-bottom: 15px; }.data-line strong { font-size: 45px; }.data-rail { width: 95%; }.range-strip { display: block; }.range-strip div { min-height: 98px; border-bottom: 1px solid rgba(207,227,239,.2); }.product-layout { display: block; }.product-tab { min-height: 92px; }.product-detail { min-height: 336px; }.product-detail .detail-tag { margin-bottom: 63px; }.product-detail h3 { font-size: 38px; }.production-section { min-height: 460px; }.production-image::after { background: linear-gradient(90deg,rgba(6,26,44,.89),rgba(6,26,44,.45)); }.production-overlay { padding-top: 67px; }.production-overlay h2 { margin-bottom: 38px; font-size: 39px; }.production-flow { max-width: 290px; gap: 9px; line-height: 1.7; }.process-head { display: block; margin-bottom: 33px; }.process-list { display: block; }.process-step { min-height: 183px; border-right: 0; }.process-step h3 { margin-top: 38px; }.about-copy { margin-bottom: 42px; }.contact-copy { margin-bottom: 43px; }.form-row { display: block; }.form-row label:first-child { margin-bottom: 18px; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-top > p { grid-column: span 2; }.footer-top > div:last-child { grid-column: auto; }.footer-bottom { display: block; line-height: 1.8; }.footer-bottom span { display: block; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }.reveal { opacity: 1; transform: none; } }
