.about-root{--teal:#0d6e6e;--teal-dark:#084f4f;--teal-mid:#1a8f8f;--teal-light:#e0f4f4;--ink:#0f1f1f;--ink2:#3a4f4f;--ink3:#6b8080;--surface:#f4fafa;--surface2:#ebf5f5;--border:#c8e4e4;--border2:#a8d0d0;--accent:#ffb81c;--radius:12px;--shadow-card:0 2px 16px rgba(13,110,110,.06);height:100dvh;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;color:var(--ink);background:#fff}.about-root .nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px clamp(16px,4vw,48px);background:linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.72));backdrop-filter:blur(8px) saturate(120%);border-bottom:1px solid rgba(200,228,228,.6);transition:background .2s ease,border-color .2s ease}.about-root .nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.about-root .nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none}.about-root .nav-brand-logo{height:28px;width:auto;-o-object-fit:contain;object-fit:contain}@media (min-width:640px){.about-root .nav-brand-logo{height:30px}}.about-root .nav-dark .nav-brand-logo{filter:brightness(0) invert(1)}.about-root .nav-back{gap:6px;text-decoration:none;font-weight:600;font-size:14px;flex-shrink:0;transition:color .2s ease}.about-root .nav-back,.about-root .nav-back-arrow{display:inline-flex;align-items:center;color:var(--ink)}.about-root .nav-back-arrow{justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--surface2);border:1px solid var(--border);font-size:16px;line-height:1;transition:background .2s ease,border-color .2s ease,color .2s ease}.about-root .nav-back:focus-visible .nav-back-arrow,.nav-back:hover .nav-back-arrow{background:var(--teal-light);border-color:var(--border2)}.about-root .nav.nav-dark{background:linear-gradient(180deg,rgba(8,79,79,.68),rgba(8,79,79,.48));backdrop-filter:blur(8px) saturate(120%);border-bottom-color:hsla(0,0%,100%,.18)}.about-root .nav-dark .nav-back{color:#fff}.about-root .nav-dark .nav-back-arrow{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.25);color:#fff}.about-root .nav-dark .nav-back:focus-visible .nav-back-arrow,.nav-dark .nav-back:hover .nav-back-arrow{background:hsla(0,0%,100%,.22)}.about-root .section{position:relative;min-height:100dvh;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;display:flex;flex-direction:column}.about-root .reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.about-root .reveal.in{opacity:1;transform:translateY(0)}.about-root .chip{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:var(--surface2);border:1px solid var(--border);color:var(--ink2);font-size:13px;font-weight:600;width:-moz-fit-content;width:fit-content}.about-root .gold-rule{width:48px;height:3px;border-radius:2px;background:var(--accent)}.about-root .s1{background:radial-gradient(900px 500px at 110% -10%,#d8f2f2,transparent 55%),radial-gradient(700px 400px at -8% -5%,#eaf8f8,transparent 50%),linear-gradient(180deg,#fff,#f4fafa 60%,#eaf6f6);margin-top:-76px;padding-top:76px}.about-root .s1-inner{position:relative;z-index:1;flex:1;display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,5vw,72px);align-items:center;padding:40px clamp(20px,5vw,56px) 56px;max-width:1280px;margin:0 auto;width:100%}.about-root .s1-left{display:flex;flex-direction:column;gap:18px;align-items:flex-start}.about-root .s1-head{font-size:clamp(40px,6vw,76px);font-weight:700;letter-spacing:-.015em;line-height:1.08}.about-root .s1-body{font-size:clamp(17px,2vw,22px);line-height:1.65;color:var(--ink2);max-width:54ch}.about-root .s1-body strong{color:var(--teal-dark);font-weight:700}.about-root .s1-cred{display:inline-flex;align-items:center;gap:10px;margin-top:8px;padding:10px 16px;border-radius:999px;background:rgba(13,110,110,.06);border:1px solid var(--border);color:var(--ink2);font-size:14px;font-weight:600}.about-root .s1-cred svg{flex-shrink:0;color:var(--teal)}.about-root .s1-right{height:100%;min-height:320px}.about-root .mock-wrap,.about-root .s1-right{position:relative;display:flex;align-items:center;justify-content:center}.about-root .mock-wrap{width:min(46vw,520px)}.about-root .mock-bg-circles{position:absolute;inset:-40px;z-index:0;pointer-events:none;animation:bgBreathe 9s ease-in-out infinite;transform-origin:center}.about-root .mock-window{position:relative;z-index:1;width:100%;max-width:420px;background:#fff;border-radius:16px;border:1px solid var(--border);box-shadow:0 20px 50px rgba(13,110,110,.14),0 4px 12px rgba(13,110,110,.08);overflow:hidden;animation:windowLift 7s ease-in-out .6s infinite}.about-root .mock-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(180deg,var(--surface2),#fff);border-bottom:1px solid var(--border)}.about-root .mock-dots{display:flex;gap:6px}.about-root .mock-dot{width:10px;height:10px;border-radius:50%}.about-root .mock-dot:first-child{background:#ff5f57}.about-root .mock-dot:nth-child(2){background:#febc2e}.about-root .mock-dot:nth-child(3){background:#28c840}.about-root .mock-title{font-size:13px;font-weight:600;color:var(--ink2);margin-left:4px}.about-root .mock-body{padding:16px;display:flex;flex-direction:column;gap:10px;background:#fff}.about-root .mock-bubble{max-width:88%;padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.45;animation:bubbleRise .6s cubic-bezier(.22,.9,.3,1) both}.about-root .mock-body .mock-bubble:first-of-type{animation-delay:.55s}.about-root .mock-body .mock-bubble:nth-of-type(2){animation-delay:.95s}.about-root .mock-body .mock-bubble:nth-of-type(3){animation-delay:1.35s}.about-root .mock-bubble-left{align-self:flex-start;background:var(--surface2);color:var(--ink2);border-bottom-left-radius:4px}.about-root .mock-bubble-right{align-self:flex-end;background:var(--teal);color:#fff;border-bottom-right-radius:4px}.about-root .mock-bubble small{display:block;font-size:11px;opacity:.7;margin-bottom:2px}.about-root .mock-chips{position:absolute;z-index:2;display:flex;flex-direction:column;gap:8px}.about-root .mock-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#fff;border:1px solid var(--border);color:var(--ink2);font-size:12px;font-weight:600;box-shadow:0 4px 14px rgba(13,110,110,.1);white-space:nowrap}.about-root .mock-chip svg{flex-shrink:0;color:var(--teal)}.about-root .mock-chips-left{left:0;top:38%;transform:translateX(-74%);animation:chipFloatL 5.5s ease-in-out 1.8s infinite}.about-root .mock-chips-right{right:0;top:72%;transform:translateX(74%);animation:chipFloatR 6.5s ease-in-out 2.2s infinite}@keyframes bubbleRise{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}@keyframes chipFloatL{0%,to{transform:translateX(-74%) translateY(0)}50%{transform:translateX(-74%) translateY(-9px)}}@keyframes chipFloatR{0%,to{transform:translateX(74%) translateY(0)}50%{transform:translateX(74%) translateY(9px)}}@keyframes bgBreathe{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.85}}@keyframes windowLift{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes hintBob{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}.about-root .scroll-hint{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--ink3);font-size:12px;animation:hintBob 2.4s ease-in-out infinite;pointer-events:none}.about-root .scroll-hint svg{opacity:.6}.about-root .s2{background:var(--surface)}.about-root .s2-pattern{position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.7;background-size:240px 240px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='%230d6e6e' stroke-width='1'%3E%3Cpath d='M0 120h240' opacity='.08'/%3E%3Cpath d='M0 120h30l10-20 10 40 10-40 10 40 10-30 10 30 10-40 10 40 10-30 10 30 10-40 10 40 10-20 10 20h30' opacity='.06'/%3E%3Ccircle cx='200' cy='40' r='18' opacity='.06'/%3E%3Cpath d='M182 40h36M200 22v36' opacity='.06'/%3E%3C/g%3E%3C/svg%3E")}.about-root .s2-inner{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:center;padding:88px clamp(20px,5vw,56px) 56px;max-width:1280px;margin:0 auto;width:100%}.about-root .s2-head{font-size:clamp(26px,3.2vw,38px);font-weight:700;letter-spacing:-.015em;margin:10px 0}.about-root .s2-sub{font-size:clamp(15px,1.5vw,17px);color:var(--ink2);margin-bottom:clamp(28px,4vh,44px)}.about-root .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2.4vw,32px)}.about-root .pillar{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:clamp(20px,2.4vw,32px);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:12px;overflow:hidden}.about-root .pillar:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),var(--teal-mid))}.about-root .pillar-num{position:absolute;top:10px;right:14px;font-size:clamp(44px,5vw,64px);font-weight:800;color:var(--accent);line-height:1;opacity:.18}.about-root .pillar-icon-wrap{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--teal-light),#cdeeee);color:var(--teal);flex-shrink:0;box-shadow:0 2px 8px rgba(13,110,110,.1)}.about-root .pillar-label{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink3)}.about-root .pillar h3{font-size:clamp(18px,2vw,22px);font-weight:700}.about-root .pillar .divider{width:32px;height:2px;border-radius:1px;background:var(--border2)}.about-root .pillar p{font-size:15px;line-height:1.6;color:var(--ink2)}.about-root .pillar-chips{display:flex;flex-wrap:wrap;gap:6px}.about-root .pillar-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:var(--teal-light);color:var(--teal-dark);font-size:12px;font-weight:600;line-height:1.35}.about-root .s2-connector{position:absolute;bottom:0;left:0;right:0;height:clamp(80px,12vh,140px);z-index:2;pointer-events:none;background:linear-gradient(180deg,transparent 0,rgba(13,110,110,.06) 40%,rgba(13,110,110,.22) 80%,var(--teal) 100%);clip-path:polygon(0 40%,100% 10%,100% 100%,0 100%)}.about-root .s3{background:linear-gradient(150deg,var(--teal),var(--teal-dark));color:#fff}.about-root .s3-deco{position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.35;background-size:400px 400px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1' opacity='.12'%3E%3Ccircle cx='200' cy='200' r='60'/%3E%3Ccircle cx='200' cy='200' r='110'/%3E%3Ccircle cx='200' cy='200' r='160'/%3E%3Ccircle cx='200' cy='200' r='210'/%3E%3C/g%3E%3C/svg%3E")}.about-root .s3-inner{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:center;padding:72px clamp(20px,5vw,56px);max-width:1280px;margin:0 auto;width:100%}.about-root .s3-head-wrap{display:flex;flex-direction:column;gap:10px;margin-bottom:clamp(20px,2.6vw,32px)}.about-root .s3-head{font-size:clamp(26px,3.2vw,38px);font-weight:700;letter-spacing:-.015em}.about-root .s3-head-rule{width:48px;height:3px;border-radius:2px;background:var(--accent)}.about-root .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(18px,2.4vw,28px);width:100%;align-items:stretch}.about-root .contact-item{display:flex;align-items:flex-start;gap:14px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);border-radius:var(--radius);padding:clamp(18px,2vw,24px);backdrop-filter:blur(6px)}.about-root .contact-item .ico-wrap{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);color:#fff;border:1.5px solid var(--accent);flex-shrink:0;box-shadow:0 0 0 3px rgba(255,184,28,.12)}.about-root .contact-item a{color:#fff;text-decoration:none;font-weight:600}.about-root .contact-item a:focus-visible,.contact-item a:hover{text-decoration:underline;outline:none}.about-root .contact-item a.soc-row,.about-root .contact-item a.soc-row:focus-visible,.contact-item a.soc-row:hover{text-decoration:none}.about-root .contact-item .label{color:#fff;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.8;margin-bottom:4px}.about-root .contact-item .value{font-size:clamp(15px,1.6vw,18px);line-height:1.45}.about-root .contact-item address{font-style:normal;font-size:clamp(15px,1.6vw,18px);line-height:1.55;max-width:42ch}.about-root .s3-footer{position:relative;z-index:1;border-top:1px solid hsla(0,0%,100%,.14);padding:16px clamp(20px,5vw,56px);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;opacity:.82;max-width:1280px;margin:0 auto;width:100%}.about-root .survey-band{display:flex;align-items:center;gap:clamp(14px,2vw,22px);margin-top:clamp(18px,2.6vw,28px);padding:clamp(14px,1.8vw,20px);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);border-radius:var(--radius);backdrop-filter:blur(6px)}.about-root .survey-qr{flex:none;display:block;line-height:0;padding:6px;border-radius:8px;background:#fff;color-scheme:light;transition:transform .16s ease}.about-root .survey-qr:hover{transform:translateY(-2px)}.about-root .survey-qr:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.about-root .survey-qr img{display:block;width:96px;height:96px}.about-root .soc-flex{display:flex;gap:16px;align-items:center;margin-top:8px}.about-root .soc-rows{display:flex;flex-direction:column;gap:12px;flex:1;min-width:0}.about-root .soc-row{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}.about-root .brand-ic{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;color:#fff;flex:none}.about-root .brand-line{background:#06c755}.about-root .brand-fb{background:#1877f2}.about-root .brand-icd{background:linear-gradient(145deg,#0e7f80,#15628f 25%,#3f4a96 50%,#6d3a95 75%,#9c1fa4)}.about-root .icd-mark{width:17px;height:17px;-o-object-fit:contain;object-fit:contain}.about-root .soc-who{display:flex;flex-direction:column;min-width:0}.about-root .soc-name{font-size:15px;font-weight:700;background:linear-gradient(90deg,#c9f0ff,#8fdcf9 60%,#6fd0f7);-webkit-background-clip:text;background-clip:text;color:transparent;width:-moz-fit-content;width:fit-content;border-bottom:1px solid rgba(111,208,247,.55);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;transition:border-color .15s ease,filter .15s ease}a.soc-row:hover .soc-name{border-bottom-color:#6fd0f7;filter:brightness(1.08)}a.soc-row:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}.about-root .soc-kind{font-size:11.5px;color:hsla(0,0%,100%,.62)}.about-root .line-qr-wrap{flex:none;display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;transition:transform .16s ease}.about-root .line-qr-wrap:hover{transform:translateY(-2px)}.about-root .line-qr-wrap:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:8px}.about-root .line-qr{display:block;line-height:0;padding:5px;border-radius:8px;background:#fff;color-scheme:light}.about-root .line-qr-id{font-size:11.5px;font-weight:700;letter-spacing:.3px;color:hsla(0,0%,100%,.82)}.about-root .line-qr img{display:block;width:74px;height:74px}.about-root .survey-copy{min-width:0}.about-root .survey-kicker{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.66)}.about-root .survey-title{font-size:clamp(16px,1.5vw,19px);font-weight:800;margin:4px 0 6px;line-height:1.35}.about-root .survey-sub{font-size:13px;color:hsla(0,0%,100%,.82);margin:0 0 14px}.about-root .survey-cta{display:inline-block;padding:9px 20px;border-radius:999px;background:#fff;color:var(--teal-dark);font-size:14px;font-weight:800;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.about-root .survey-cta:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.22)}.about-root .survey-cta:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (forced-colors:active){.about-root .survey-band{border:1px solid CanvasText;backdrop-filter:none}.about-root .soc-name{background:none;color:LinkText}}@media (max-width:768px){.about-root{scroll-snap-type:none}.about-root .section{min-height:auto;scroll-snap-align:none;scroll-snap-stop:normal}.about-root .nav{gap:8px;padding:12px 16px}.about-root .nav-brand .brand-text span{font-size:14px}.about-root .s1-inner{grid-template-columns:1fr;padding-top:24px}.about-root .s1-right{min-height:220px;order:-1}.about-root .mock-wrap{width:min(78vw,320px)}.about-root .mock-chips-left{left:0;top:40%;transform:translateX(-28%);animation:none}.about-root .mock-chips-right{right:0;top:74%;transform:translateX(28%);animation:none}.about-root .contact-grid,.about-root .pillars{grid-template-columns:1fr}.about-root .s3-footer{flex-direction:column;align-items:flex-start;gap:8px}.about-root .survey-band{flex-direction:column;text-align:center;gap:12px}.about-root .survey-qr img{width:116px;height:116px}.about-root .soc-flex{flex-wrap:wrap;justify-content:center}.about-root .soc-rows{flex:1 1 200px}.about-root .scroll-hint{display:none}.about-root .s2-connector{height:60px;clip-path:polygon(0 50%,100% 20%,100% 100%,0 100%)}}@media (max-width:480px){.about-root .nav-back-text{display:none}}@media (prefers-reduced-motion:reduce){.about-root{scroll-behavior:auto;scroll-snap-type:y proximity}.about-root .reveal{opacity:1!important;transform:none!important}.about-root .mock-window,.mock-bg-circles,.mock-bubble,.scroll-hint{animation:none!important;opacity:1!important}.about-root .mock-chips-left{animation:none!important;transform:translateX(-74%)!important}.about-root .mock-chips-right{animation:none!important;transform:translateX(74%)!important}}