@charset "UTF-8";
:root{color-scheme:light dark;--paper:#fff;--canvas:#f5f7f6;--ink:#17211e;--muted:#63716c;--line:#dfe6e2;--green:#0d7160;--green-pale:#eaf3ee;--panel:#f2f5f3;--radius:24px;--ease:cubic-bezier(.2,.7,.25,1);font-family:Inter,"SF Pro Display","PingFang SC","Microsoft YaHei",system-ui,sans-serif;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:106px}body{margin:0;background:var(--paper);color:var(--ink);font-size:15px;line-height:1.75;-webkit-font-smoothing:antialiased}button,input{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}picture{display:block}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:600;letter-spacing:-.045em;line-height:1.27}h2{font-size:clamp(32px,3.7vw,52px)}h3{font-size:28px}a:focus-visible,button:focus-visible{outline:3px solid #35a98b;outline-offset:5px}::selection{background:#b9e1d1;color:#17211e}.container{width:min(1280px,calc(100% - 96px));margin:auto}.section{padding:100px 0}.display-lines{white-space:pre-line}.arrow{font-size:22px;line-height:1;display:inline-flex;flex-shrink:0;transition:transform .25s var(--ease)}a:hover .arrow{transform:translate(3px,-3px)}.text-link{display:inline-flex;align-items:center;gap:15px;font-weight:550;font-size:14px;line-height:1.5}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:51px;padding:12px 21px;border-radius:8px;background:var(--ink);color:var(--paper);font-size:14px;font-weight:550;line-height:1.5;transition:background .2s,transform .2s}.button:hover{background:var(--green);color:#fff;transform:translateY(-2px)}.section-label{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:600;letter-spacing:.1em;line-height:1.6;text-transform:uppercase;color:var(--green)}.section-number{border:1px solid currentColor;border-radius:3px;padding:1px 6px;font-size:10px;line-height:1.45;letter-spacing:.03em}.status-dot{display:inline-block;flex-shrink:0;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px color-mix(in srgb,var(--green) 9%,transparent)}.skip-link{position:absolute;left:20px;top:-100px;background:var(--paper);z-index:1000;padding:12px 20px}.skip-link:focus{top:12px}
.nav{height:88px;position:relative;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 48px;border-bottom:1px solid var(--line);background:var(--paper)}.nav-brand{display:inline-flex;align-items:center;gap:11px;white-space:nowrap;font-size:21px;font-weight:650;letter-spacing:-.035em}.nav-brand img{width:34px;height:34px;object-fit:contain}.nav-links{display:flex;gap:32px;font-size:13px;font-weight:500}.nav-links>a{padding:10px 0;position:relative}.nav-links>a::after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:1px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .2s}.nav-links>a:hover::after{transform:scaleX(1)}.nav-end{display:flex;align-items:center;gap:16px}.nav-cta{display:inline-flex;gap:22px;align-items:center;border:1px solid var(--line);border-radius:7px;padding:9px 14px;font-size:12px;font-weight:550}.nav-cta:hover{border-color:var(--green)}.nav-cta .arrow{font-size:19px}.nav-toggle{display:none}.mobile-languages{display:none}.lang-switch{display:flex;gap:4px}.lang-opt{border:0;background:transparent;padding:6px 9px;color:var(--muted);font-size:12px;border-radius:4px}.lang-opt[aria-pressed="true"]{color:var(--ink);background:var(--panel)}
.hero{position:relative;isolation:isolate;min-height:640px;display:flex;flex-direction:column;justify-content:center;margin:24px 24px 0;border-radius:var(--radius);overflow:hidden;background:#eff2ef}.hero-background{position:absolute;inset:0;z-index:-2;pointer-events:none}.hero-background picture,.hero-background img{width:100%;height:100%}.hero-background img{object-fit:cover;object-position:58% 50%}.hero-background::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,248,246,.38) 0%,rgba(246,248,246,.25) 35%,transparent 65%)}.hero-copy{padding:70px 4.6%;max-width:750px;position:relative}.eyebrow{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:600;letter-spacing:.13em;color:#395d50;margin-bottom:28px}.hero h1{font-size:clamp(42px,5.15vw,76px);font-weight:600;line-height:1.27;letter-spacing:-.065em}.hero-line{display:block}.hero-line:last-child{color:#246d59;margin-top:7px}.hero-intro{max-width:440px;line-height:1.95;font-size:14px;color:#59675f;margin-top:28px}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:33px}.hero-actions .text-link{font-size:13px}.hero-foot{position:absolute;bottom:26px;left:4.6%;right:4.6%;display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.05em;color:#53675b}.hero-foot a{display:flex;gap:24px;align-items:center}.hero-foot a>span:last-child{font-size:21px}.capability-strip{display:grid;grid-template-columns:repeat(4,1fr);width:min(1180px,calc(100% - 96px));margin:auto;padding:29px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.capability-strip>div{display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid var(--line)}.capability-strip>div:last-child{border:0}.capability-icon{font-size:22px;line-height:1;color:var(--green)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:42px}.section-heading h2{margin-top:20px}.section-summary{max-width:335px;flex-shrink:0;color:var(--muted);font-size:13px;line-height:1.9;padding-bottom:3px}.section-summary .text-link{color:var(--ink);margin-top:18px}.product{display:grid;grid-template-columns:45% 55%;min-height:475px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--canvas)}.product-copy{padding:42px 40px;position:relative;z-index:1}.product h2,.product h3{margin-top:24px;font-size:clamp(25px,2.6vw,37px);letter-spacing:-.04em}.product-description{margin-top:21px;font-size:13px;line-height:1.95;color:var(--muted);max-width:385px}.feature-list{padding:0;list-style:none;font-size:12px;color:var(--muted);margin:25px 0 0;display:flex;gap:10px 18px;flex-wrap:wrap}.feature-list li::before{content:"✓";color:var(--green);margin-right:7px}.product-bottom{margin-top:28px;display:flex;align-items:flex-start;flex-direction:column;gap:17px}.status{display:flex;align-items:center;gap:10px;font-size:10px;color:var(--muted)}.status-dot{box-shadow:none}.product-visual{display:flex;align-items:center;justify-content:center;position:relative;background:#eef4fa;overflow:hidden}.product-visual picture{width:114%;max-width:none;flex-shrink:0}.product-visual img{width:100%;height:auto;object-fit:cover;mix-blend-mode:multiply}.product-visual figcaption{position:absolute;bottom:15px;right:22px;font-size:9px;color:#627481;letter-spacing:.08em}
.solutions-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.solution-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--canvas)}.solution-card-link{display:block;height:100%}.solution-visual{height:200px;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.vect{background:#edf4ef}.tact{background:#eef1f7}.solution-copy{padding:28px 34px 24px}.solution-copy h3{margin-top:14px;font-size:27px}.solution-copy>p:not(.section-label){font-size:13px;line-height:1.9;max-width:440px;color:var(--muted);margin-top:14px}.solution-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:26px}.solution-bottom small{font-size:10px;color:var(--muted)}.relationship-visual{height:100%;min-height:200px;max-width:460px;margin:auto;position:relative;display:flex;align-items:center;justify-content:center}.relationship-orbit{position:absolute;border:1px solid #bcd9c8;border-radius:50%;height:140px;width:260px;transform:rotate(-25deg)}.orbit-two{width:380px;height:210px;opacity:.6}.relationship-center{width:80px;height:80px;border-radius:24px;background:linear-gradient(145deg,#fff,#dcece1);border:1px solid #fff;box-shadow:0 12px 30px #37765b12;display:grid;place-items:center;z-index:1;transform:rotate(-6deg);transition:transform .4s var(--ease)}.solution-card:hover .relationship-center{transform:rotate(0deg) translateY(-5px)}.relationship-center svg{width:40px;height:40px;stroke:#3e7f62;stroke-width:1.3}.orbit-point{position:absolute;width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:#519b71;box-shadow:0 0 0 1px #bcd9c8}.point-one{left:18%;top:52%}.point-two{right:20%;top:19%}.point-three{right:30%;bottom:20%}.relationship-chip{position:absolute;right:7%;bottom:10%;width:105px;height:49px;border:1px solid #d4e5d9;border-radius:9px;background:#ffffffcf;display:flex;align-items:center;gap:5px;padding:12px;transform:rotate(-6deg)}.relationship-chip i{height:5px;border-radius:2px;background:#bad7c3;width:22px}.relationship-chip i:first-child{height:18px;width:18px;background:#4d9070}.workshop-visual{width:75%;height:145px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;position:relative;margin:28px auto;transform:perspective(650px) rotateX(15deg) rotateZ(-5deg);transition:transform .4s var(--ease)}.solution-card:hover .workshop-visual{transform:perspective(650px) rotateX(4deg) rotateZ(-2deg)}.workflow-column{background:#ffffff70;border:1px solid #d9e0e9;border-radius:7px;padding:9px;display:flex;flex-direction:column;gap:6px}.workflow-head{height:4px;width:45%;background:#b1c1d4;border-radius:3px;margin-bottom:4px}.workflow-card{background:#fff;border:1px solid #dee6ee;border-radius:4px;min-height:24px;padding:5px;display:flex;flex-direction:column;gap:4px}.workflow-card i{height:3px;width:80%;background:#dde3eb;border-radius:2px}.workflow-card b{height:3px;width:40%;background:#e9edf2}.workflow-card.active{border-left:3px solid #5b8b7c}.workflow-path{position:absolute;bottom:-8px;left:20%;right:10%;height:24px;display:flex;justify-content:space-between;align-items:center}.workflow-path::before{content:"";height:1px;background:#8bab9e;position:absolute;width:100%;z-index:-1}.workflow-path span{width:10px;height:10px;background:#f0f5f1;border:2px solid #6f9b85;border-radius:50%}.global-block{display:grid;grid-template-columns:50px 1fr auto;gap:24px;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 5px;margin-top:34px}.global-symbol{font-size:48px;color:#749385;line-height:1}.global-block h3{font-size:19px;letter-spacing:-.02em;margin-top:7px}.global-block p:not(.section-label){font-size:12px;line-height:1.9;color:var(--muted);max-width:680px;margin-top:7px}.global-block .text-link{font-size:12px;white-space:nowrap}
.academy{border-top:1px solid var(--line)}.academy-feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:56px}.academy-copy h2{margin-top:21px}.academy-copy>p:not(.section-label){font-size:14px;line-height:1.95;color:var(--muted);max-width:390px;margin-top:24px}.academy-copy .button{margin-top:27px}.academy-visual{border-radius:var(--radius);overflow:hidden;background:#eef2f6}.academy-visual img{aspect-ratio:1.35;object-fit:cover}.course-paths{display:grid;grid-template-columns:repeat(3,1fr);margin-top:52px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.course-path{padding:28px 30px 30px;border-right:1px solid var(--line);transition:background .25s}.course-path:first-child{padding-left:0}.course-path:last-child{border:0;padding-right:0}.course-path:hover{background:var(--canvas)}.course-path .section-label{font-size:10px;letter-spacing:.05em}.course-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.course-title h3{font-size:21px;margin:16px 0 12px;letter-spacing:-.02em}.course-path>p:last-child{font-size:12px;line-height:1.9;color:var(--muted)}.practice-teaser{padding-top:20px}.practice-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:28px}.practice-card{display:block}.practice-visual,.commerce-visual{height:260px;border-radius:17px;overflow:hidden;background:var(--canvas)}.practice-visual img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:transform .6s var(--ease)}.practice-visual picture{height:100%}.practice-card:hover .practice-visual img{transform:scale(1.035)}.practice-card-copy{padding:21px 2px}.practice-card-copy .course-title h3{margin:9px 0;font-size:25px}.practice-card-copy>p:last-child{font-size:13px;line-height:1.8;color:var(--muted)}.commerce-visual{position:relative;background:#edf2e9;display:flex;align-items:center;justify-content:center}.commerce-bag{width:115px;height:135px;border-radius:6px;background:linear-gradient(135deg,#bed2b4,#90ac85);position:relative;transform:rotate(-12deg);box-shadow:8px 17px 25px #46644812}.commerce-bag::before{content:"";position:absolute;left:33px;top:-23px;width:45px;height:50px;border:5px solid #819e72;border-bottom:0;border-radius:30px 30px 0 0}.commerce-bag span{position:absolute;top:54px;left:44px;width:30px;height:30px;border:1px solid #e2ebda;border-radius:50%}.commerce-ticket{width:128px;height:67px;position:absolute;left:51%;top:53%;background:#fff;border:1px solid #d7e0cf;border-radius:9px;transform:rotate(9deg);display:flex;flex-direction:column;gap:6px;padding:16px}.commerce-ticket i{display:block;height:4px;width:55px;background:#d4dece;border-radius:2px}.commerce-ticket i:last-child{width:35px}.commerce-disc{width:42px;height:42px;position:absolute;top:22%;left:65%;background:#466f50;border-radius:50%;border:5px solid #73976b;box-shadow:3px 8px 15px #34512e20}
.method{display:grid;grid-template-columns:1.1fr 1fr;gap:100px;border-top:1px solid var(--line);padding:90px 0}.method-statement h2{margin-top:22px}.method-statement>p:last-child{font-size:13px;line-height:2;color:var(--muted);margin-top:25px;max-width:425px}.method-steps article{display:flex;gap:24px;padding:25px 0;border-bottom:1px solid var(--line)}.method-steps article:first-child{padding-top:10px}.step-number{font-size:12px;color:var(--green);padding-top:5px}.method-steps h3{font-size:20px;letter-spacing:-.02em}.method-steps p{font-size:12px;color:var(--muted);margin-top:9px}.open{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:40px 0 80px}.open h2{font-size:25px;letter-spacing:-.025em}.open p{font-size:12px;color:var(--muted);max-width:380px;margin-top:13px}.open-links a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.open-links strong{font-weight:500}
.contact{background:#173a2e;border-radius:var(--radius);color:#f6fbf7;display:grid;grid-template-columns:1.1fr 1fr;gap:64px;padding:58px 55px;margin:20px 0 60px;position:relative;overflow:hidden}.contact .section-label{color:#b0d5bd}.contact .status-dot{background:#a8d7bd}.contact h2{font-size:clamp(30px,3.5vw,49px);margin-top:25px}.contact-heading>p:last-child{color:#aec7b8;font-size:13px;margin-top:22px}.inquiry-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.inquiry-option{background:#ffffff05;border:1px solid #ffffff28;color:#cde0d4;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;border-radius:6px;font-size:12px;text-align:left}.inquiry-option:hover{border-color:#96baa5}.inquiry-option.is-selected{background:#e1efde;color:#234f39;border-color:#e1efde}.inquiry-hint{font-size:12px;color:#b0c6b8;margin:17px 0 22px;min-height:47px;line-height:1.8}.contact .button-light{background:#fff;color:#173a2e}.contact .button-light:hover{background:#e1efde}.contact .text-link{font-size:12px;margin-left:20px}.footer{width:min(1280px,calc(100% - 96px));margin:auto}.footer-main{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:50px;padding:0 0 40px}.footer-main>div>p{font-size:12px;color:var(--muted);margin-top:18px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;font-size:12px;align-content:start}.footer-links .arrow{font-size:14px}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:8px;font-size:13px}.footer-contact .lang-switch{margin-top:8px}.footer-legal{border-top:1px solid var(--line);padding:22px 0 28px;display:flex;justify-content:space-between;gap:35px;color:var(--muted);font-size:9px;line-height:1.9}.footer-legal>div:last-child{text-align:right;flex-shrink:0}.footer-legal a{margin-left:15px}.footer-legal p{margin-top:2px}
.page-hero{padding:86px 0 64px;border-bottom:1px solid var(--line);margin-bottom:52px}.page-hero h1{font-size:clamp(40px,5vw,70px);margin-top:26px}.page-hero>p:last-of-type{font-size:15px;color:var(--muted);max-width:670px;line-height:1.9;margin-top:28px}.page-jumps{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.page-jumps a{border:1px solid var(--line);border-radius:5px;padding:7px 16px;font-size:12px}.page-jumps a:hover{background:var(--green-pale)}.delivery-note{display:grid;grid-template-columns:1fr 1.4fr;gap:40px;padding:25px 10px 55px}.delivery-note small,.solution-detail dt,.work-flow small{font-size:10px;color:var(--green);letter-spacing:.05em}.delivery-note p{font-size:13px;color:var(--muted);margin-top:8px}.solution-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:75px 0;border-top:1px solid var(--line);align-items:center}.solution-detail-visual{overflow:hidden;min-height:370px;display:flex;flex-direction:column;justify-content:center;border-radius:20px;position:relative}.solution-detail-visual .relationship-visual{width:100%;height:300px;max-width:100%}.solution-detail-visual .workshop-visual{height:210px}.solution-detail-visual>small{position:absolute;bottom:18px;right:20px;font-size:10px;color:#648076}.solution-detail-copy h2{font-size:37px;margin:20px 0}.solution-detail-copy>p:not(.section-label){color:var(--muted);font-size:14px}.solution-detail dl{margin:25px 0}.solution-detail dt{margin-top:17px}.solution-detail dd{font-size:12px;color:var(--muted);margin:6px 0 0;line-height:1.9}.work-detail{display:grid;grid-template-columns:1.15fr 1fr;gap:60px;border-bottom:1px solid var(--line);padding:10px 0 65px;margin-bottom:65px;align-items:center}.work-image{background:var(--canvas);border-radius:17px;overflow:hidden;position:relative}.work-image>small{position:absolute;bottom:12px;right:20px;font-size:9px;color:var(--muted)}.work-copy h2{font-size:30px;margin:18px 0}.work-copy>p:not(.section-label){font-size:14px;line-height:1.9;color:var(--muted)}.work-flow{border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.work-flow p{font-size:12px;line-height:2;color:var(--muted);margin-top:10px}.work-copy .text-link{margin-top:22px}.artist-visual{height:340px;background:#eeedf0;display:flex;align-items:center;justify-content:center;gap:20px;padding:45px}.artist-visual div{width:30%;aspect-ratio:3/4;background:radial-gradient(ellipse at 50% 90%,#658872 0 30%,#bbccc1 31% 60%,#e3e6df 61%);border:9px solid #fff;box-shadow:0 10px 30px #18241d0c;transform:rotate(-8deg)}.artist-visual div:nth-child(2){background:linear-gradient(130deg,#cabfb3 35%,#a78268 36% 55%,#e8dfd3 56%);transform:translateY(-18px) rotate(4deg)}.artist-visual div:nth-child(3){background:radial-gradient(circle at 40% 42%,#b2c5cb 0 30%,#e0e9e8 31% 50%,#638088 51%);transform:rotate(10deg)}
@keyframes enter{from{transform:translateY(14px)}to{transform:translateY(0)}}.has-entered{animation:enter .7s var(--ease) both}html[lang="en"] .hero h1{font-size:clamp(42px,4.7vw,69px);letter-spacing:-.06em;line-height:1.12}html[lang="en"] .hero-copy{max-width:750px}html[lang="en"] .hero-intro{max-width:430px}html[lang="en"] .nav-links{gap:24px}html[lang="en"] .course-title h3{font-size:19px}html[lang="en"] .contact h2{font-size:40px}html[lang="en"] .product h2,.product h3{font-size:34px}
@media(min-width:1550px){.hero{max-width:1440px;margin-left:auto;margin-right:auto;min-height:700px}.hero-copy{padding-left:65px}.hero-background img{object-position:center}.nav{padding-left:max(48px,calc((100vw - 1280px)/2));padding-right:max(48px,calc((100vw - 1280px)/2))}}
@media(max-width:1100px){.nav{padding:0 32px}.nav-links{gap:22px}.container,.footer{width:calc(100% - 64px)}.hero{min-height:580px;margin:20px 20px 0}.hero-copy{max-width:620px;padding-left:4%}.hero h1{font-size:54px}.hero-intro{max-width:360px;font-size:13px}.hero-actions{gap:20px}.hero-actions .text-link{max-width:150px;font-size:12px}.product-copy{padding:34px 28px}.section-heading{gap:35px}.section-summary{max-width:300px}.contact{padding:45px 36px;gap:35px}.contact .text-link{margin-left:12px}.button{gap:22px}.method{gap:55px}.course-path{padding-left:22px;padding-right:22px}.course-title h3{font-size:18px}.global-block{grid-template-columns:38px 1fr;gap:20px}.global-block>.text-link{grid-column:2}.academy-feature{gap:35px}.footer-main{gap:30px}html[lang="en"] .nav-brand{font-size:18px}html[lang="en"] .nav-links{gap:17px}html[lang="en"] .hero h1{font-size:52px}html[lang="en"] .product h2,.product h3{font-size:29px}}
@media(max-width:960px){.nav{height:76px}.nav-brand{font-size:20px}.nav-toggle{width:34px;height:38px;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:5px}.nav-toggle span{height:1px;width:24px;background:var(--ink);transition:transform .2s}.is-menu-open .nav-toggle span:first-child{transform:translateY(3.5px) rotate(45deg)}.is-menu-open .nav-toggle span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.js .nav-links{display:none;position:absolute;top:75px;left:0;right:0;padding:24px 32px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 18px 30px #18231c0a;gap:10px;flex-direction:column}.js .is-menu-open .nav-links{display:flex}.nav-links>a{font-size:17px;padding:10px 0}.mobile-languages{display:block;border-top:1px solid var(--line);padding-top:12px;margin-top:6px}.hero{min-height:580px}.hero h1{font-size:46px}.hero-background img{object-position:53% 50%}.hero-copy{max-width:570px}.hero-actions{flex-wrap:wrap;max-width:350px}.hero-foot p{max-width:270px}.section{padding:75px 0}.section-heading{align-items:flex-start}.section-heading h2{font-size:36px}.section-summary{max-width:260px;padding-top:40px}.product{grid-template-columns:1fr 1fr}.product-copy{padding:30px 25px}.product h2,.product h3{font-size:26px}.product-visual picture{width:130%}.product-description{font-size:12px}.feature-list{flex-direction:column;gap:7px}.solutions-grid{gap:20px}.solution-copy{padding:25px}.solution-copy h3{font-size:24px}.academy-copy h2{font-size:36px}.course-title h3{font-size:17px}.course-path{padding:22px 18px}.method{gap:45px}.method-statement h2{font-size:34px}.method-steps h3{font-size:18px}.contact{grid-template-columns:1fr;gap:30px;padding:40px}.contact-options{max-width:600px}.contact h2{font-size:40px}.inquiry-hint{min-height:0}.contact .text-link{margin-left:28px}.footer-main{grid-template-columns:1fr 1fr}.footer-contact{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center}.footer-contact .lang-switch{margin:0}.footer-legal{gap:25px}.footer-legal>div:first-child{max-width:65%}.practice-visual,.commerce-visual{height:220px}.solution-detail{gap:32px}.solution-detail-copy h2{font-size:30px}.work-detail{gap:32px}.work-copy h2{font-size:26px}.work-copy>p:not(.section-label){font-size:13px}.work-flow{margin-top:16px;padding-top:12px}.artist-visual{height:280px;padding:22px}html[lang="en"] .hero h1{font-size:46px}html[lang="en"] .product h2,.product h3{font-size:26px}}
@media(max-width:700px){html{scroll-padding-top:30px}.container,.footer{width:calc(100% - 40px)}.nav{padding:0 20px;height:70px;gap:10px}.nav-brand{font-size:18px;gap:8px}.nav-brand img{width:30px;height:30px}.nav-end{gap:10px}.nav-cta{padding:7px 10px;font-size:10px;gap:10px}.nav-cta .arrow{font-size:17px}.js .nav-links{top:69px;padding:18px 24px}.hero{min-height:780px;margin:12px 12px 0;border-radius:18px;justify-content:flex-start}.hero-copy{padding:39px 24px 0;max-width:none}.eyebrow{font-size:9px;letter-spacing:.06em;margin-bottom:23px;gap:9px}.hero h1{font-size:clamp(30px,7.9vw,52px);line-height:1.3;letter-spacing:-.045em}.hero-line:last-child{margin-top:5px}.hero-intro{font-size:12px;line-height:1.9;max-width:380px;margin-top:21px}.hero-actions{gap:20px;margin-top:23px;max-width:none}.hero-actions .text-link{max-width:none;font-size:11px;gap:8px}.hero-actions .button{min-height:45px;font-size:12px;padding:11px 14px;gap:18px}.hero-background{inset:auto 0 0;height:445px}.hero-background img{width:150%;max-width:none;object-fit:cover;object-position:100% center;transform:translateX(-30%)}.hero-background::after{background:linear-gradient(180deg,#eff2ef 0%,rgba(239,242,239,.2) 24%,transparent 45%)}.hero-foot{bottom:20px;left:24px;right:24px;align-items:flex-end;color:#43594b}.hero-foot p{font-size:9px;max-width:170px}.hero-foot a{gap:12px;font-size:9px}.capability-strip{width:calc(100% - 40px);grid-template-columns:1fr 1fr;padding:22px 0;gap:18px 0;font-size:11px}.capability-strip>div:nth-child(2){border:0}.capability-strip>div{gap:10px}.capability-icon{font-size:19px}.section{padding:62px 0}.section-heading{display:block;margin-bottom:28px}.section-heading h2{font-size:34px;margin-top:18px}.section-summary{padding:0;max-width:400px;font-size:12px;margin-top:20px}.section-summary .text-link{margin-top:14px;font-size:12px}.product{grid-template-columns:1fr;border-radius:18px}.product-copy{padding:29px 25px 26px}.product h2,.product h3{font-size:29px;margin-top:19px}.product-description{font-size:12px;margin-top:17px}.feature-list{flex-direction:row;gap:8px 18px;font-size:11px;margin-top:19px}.product-bottom{gap:16px;margin-top:25px}.product .button{font-size:12px;min-height:45px}.product-visual{min-height:250px}.product-visual picture{width:100%}.product-visual img{aspect-ratio:1.45;object-fit:cover}.solutions-grid{grid-template-columns:1fr;gap:18px;margin-top:18px}.solution-card{border-radius:18px}.solution-visual{height:180px}.solution-copy{padding:24px}.solution-copy h3{font-size:27px}.solution-copy>p:not(.section-label){font-size:12px}.global-block{padding:25px 0;gap:18px;grid-template-columns:32px 1fr;margin-top:25px}.global-symbol{font-size:38px}.global-block h3{font-size:18px}.global-block p:not(.section-label){font-size:11px}.global-block .section-label{font-size:9px}.global-block>.text-link{font-size:11px}.academy-feature{grid-template-columns:1fr;gap:30px}.academy-copy h2{font-size:34px}.academy-copy>p:not(.section-label){font-size:12px;max-width:370px;margin-top:19px}.academy-copy .button{font-size:12px;margin-top:22px}.academy-visual img{aspect-ratio:1.6}.course-paths{grid-template-columns:1fr;margin-top:28px}.course-path,.course-path:first-child,.course-path:last-child{padding:24px 0;border-right:0;border-bottom:1px solid var(--line)}.course-path:last-child{border-bottom:0}.course-title h3{font-size:21px;margin-top:12px}.course-path>p:last-child{font-size:12px;max-width:330px}.practice-teaser{padding-top:0}.practice-grid{grid-template-columns:1fr;gap:24px}.practice-visual,.commerce-visual{height:240px}.practice-card-copy{padding:17px 0}.practice-card-copy .course-title h3{font-size:23px}.practice-card-copy>p:last-child{font-size:12px}.method{grid-template-columns:1fr;gap:35px}.method-statement h2{font-size:34px}.method-statement>p:last-child{font-size:12px;max-width:370px}.method-steps article{gap:25px;padding:21px 0}.method-steps h3{font-size:20px}.method-steps p{font-size:12px}.open{grid-template-columns:1fr;gap:22px;padding-top:0}.open h2{font-size:25px}.open-links a{font-size:12px;padding:14px 0}.contact{margin-top:0;padding:32px 25px;gap:30px;border-radius:18px;margin-bottom:40px}.contact h2{font-size:32px;margin-top:20px}.contact-heading>p:last-child{font-size:11px;margin-top:17px}.inquiry-options{gap:8px}.inquiry-option{font-size:11px;padding:11px 10px;gap:6px}.inquiry-hint{font-size:11px;margin:17px 0 20px}.contact .button-light{font-size:12px;padding:12px 14px;min-height:46px;gap:16px}.contact .text-link{font-size:11px;margin-left:15px;gap:9px}.footer-main{grid-template-columns:1fr;gap:27px;padding-bottom:25px}.footer-main>div>p{font-size:11px;margin-top:13px}.footer-links{grid-template-columns:1fr 1fr 1fr;font-size:11px;gap:12px 8px}.footer-contact{grid-column:auto;flex-wrap:wrap;justify-content:flex-start;gap:10px 22px;font-size:12px}.footer-contact .lang-switch{margin-left:auto}.footer-legal{display:block;font-size:8px;padding-bottom:25px}.footer-legal>div:first-child{max-width:none}.footer-legal>div:last-child{text-align:left;margin-top:12px}.footer-legal a{margin:0 15px 0 0}.page-hero{padding:45px 0 35px;margin-bottom:30px}.page-hero h1{font-size:36px;margin-top:20px}.page-hero>p:last-of-type{font-size:13px;margin-top:22px}.page-jumps{margin-top:23px;gap:8px}.page-jumps a{font-size:11px;padding:6px 11px}.delivery-note{grid-template-columns:1fr;gap:22px;padding:25px 0 40px}.delivery-note p{font-size:12px}.solution-detail{grid-template-columns:1fr;gap:28px;padding:45px 0}.solution-detail-visual{min-height:255px}.solution-detail-visual .relationship-visual{height:255px}.solution-detail-copy h2{font-size:31px}.solution-detail-copy>p:not(.section-label){font-size:13px}.solution-detail dl{margin:20px 0}.work-detail{grid-template-columns:1fr;gap:25px;padding-bottom:40px;margin-bottom:40px}.work-copy h2{font-size:27px;margin:15px 0}.work-copy>p:not(.section-label){font-size:12px}.work-image picture img{aspect-ratio:1.45;object-fit:cover}.work-flow p{font-size:11px}.artist-visual{height:260px}html[lang="en"] .nav-brand{font-size:16px}html[lang="en"] .nav-cta{font-size:10px}html[lang="en"] .hero h1{font-size:clamp(31px,7.7vw,48px);line-height:1.12}html[lang="en"] .hero{min-height:790px}html[lang="en"] .hero-intro{font-size:12px}html[lang="en"] .eyebrow{font-size:8px;letter-spacing:.06em}html[lang="en"] .hero-actions{gap:16px}html[lang="en"] .hero-actions .text-link{font-size:11px}html[lang="en"] .course-title h3{font-size:21px}html[lang="en"] .contact h2{font-size:32px}}
@media(max-width:370px){.nav{padding:0 14px}.nav-brand{font-size:17px}.nav-brand img{width:27px;height:27px}.nav-cta{gap:8px;padding:7px 9px}.nav-cta .arrow{font-size:14px}.nav-end{gap:6px}.hero-copy{padding-left:20px;padding-right:20px}.hero{min-height:780px}.hero h1{font-size:29px}.hero-actions{gap:15px}.hero-actions .text-link{font-size:10px;gap:6px}.hero-actions .button{font-size:11px;gap:11px}.hero-intro{font-size:11px}.container,.footer{width:calc(100% - 32px)}.product-copy{padding:26px 22px}.product h2,.product h3{font-size:25px}.section-heading h2,.academy-copy h2,.method-statement h2{font-size:30px}.contact{padding:28px 20px}.contact h2{font-size:29px}.contact .text-link{margin-left:0;margin-top:18px;display:flex;width:max-content}.inquiry-option{font-size:10px}.footer-links{grid-template-columns:1fr 1fr}.footer-contact .lang-switch{margin-left:0}.page-hero h1{font-size:31px}html[lang="en"] .nav-brand{font-size:14px;gap:6px}html[lang="en"] .nav-cta{font-size:9px}html[lang="en"] .hero h1{font-size:30px}html[lang="en"] .contact h2{font-size:28px}}
html[data-theme="dark"]{--paper:#101715;--canvas:#18221e;--ink:#e8efea;--muted:#a1b3a8;--line:#2b3c32;--green:#92c6a7;--green-pale:#253f31;--panel:#26362c}html[data-theme="dark"] .hero{background:#19231d}html[data-theme="dark"] .hero-background img{filter:brightness(.65) saturate(.65)}html[data-theme="dark"] .hero-background::after{background:linear-gradient(90deg,#19231dfa 0%,#19231ddd 30%,#19231d55 62%,#19231d10)}html[data-theme="dark"] .eyebrow{color:#b5ccbb}html[data-theme="dark"] .hero-line:last-child{color:#a1cbb3}html[data-theme="dark"] .hero-intro,html[data-theme="dark"] .hero-foot{color:#b3c4b6}html[data-theme="dark"] .product-visual{background:#121c2c}html[data-theme="dark"] .product-visual img,html[data-theme="dark"] .practice-visual img{mix-blend-mode:normal}html[data-theme="dark"] .product-visual figcaption{color:#b4c1d1}html[data-theme="dark"] .vect{background:#233b2d}html[data-theme="dark"] .tact{background:#243344}html[data-theme="dark"] .relationship-center{background:linear-gradient(140deg,#b4cdb8,#72977d);border-color:#9ab5a0}html[data-theme="dark"] .relationship-orbit{border-color:#527860}html[data-theme="dark"] .relationship-chip{background:#355943;border-color:#4d765b}html[data-theme="dark"] .relationship-chip i{background:#79a48a}html[data-theme="dark"] .workflow-column{background:#253e5050;border-color:#4a6072}html[data-theme="dark"] .workflow-card{background:#375062;border-color:#4c6578}html[data-theme="dark"] .workflow-card i{background:#6e8694}html[data-theme="dark"] .workflow-card b{background:#5e7986}html[data-theme="dark"] .commerce-visual{background:#263f2e}html[data-theme="dark"] .artist-visual{background:#2b3230}html[data-theme="dark"] .contact{background:#204a35}html[data-theme="dark"] .button:hover{background:#3c7054}html[data-theme="dark"] .contact .button-light{color:#173a2e}html[data-theme="dark"] .solution-detail-visual>small{color:#bbd2c4}html[data-theme="dark"] .hero-foot a{color:#c8d9cc}@media(max-width:700px){html[data-theme="dark"] .hero-background::after{background:linear-gradient(180deg,#19231d 0%,#19231d77 25%,transparent 55%)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.has-entered{transform:none}}

/* A soft gradient passes between inquiry directions without moving the contact actions. */
.contact .inquiry-option{position:relative;isolation:isolate;overflow:hidden;background:#ffffff05;transition:color .45s ease,border-color .45s ease}
.contact .inquiry-option::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(115deg,#eff8e9 0%,#dcefdc 55%,#bfe3cc 100%);opacity:0;transition:opacity .5s ease}
.contact .inquiry-option.is-selected{background:#ffffff05;color:#234f39;border-color:#dcefdc}
.contact .inquiry-option.is-selected::before{opacity:1}
.contact .inquiry-option:focus-visible{outline:2px solid #dcefdc;outline-offset:3px}
.contact .inquiry-hint{min-height:3.6em}
@media(max-width:700px){.contact .inquiry-hint{min-height:5.4em}}
